Html Css Color HEX #52765B Como

📋 copy color: '#52765B'

red 82 ◦ green 118 ◦ blue 91

#52765B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #52765B

Tints of Como #52765B

RGB

 RED value IS 82 (32.42% from 255) = 28.18%

 GREEN value IS 118 (46.48% from 255) = 40.55%

 BLUE value IS 91 (35.94% from 255) = 31.27%

R = 28.18%
G = 40.55%
B = 31.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#52765B (or 0x52765B) is known color: Como. HEX triplet: 52, 76 and 5B. RGB value is (82,118,91). Sum of RGB (Red+Green+Blue) = 82+118+91=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #52765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52765B is #AD89A4. Grayscale: #686868. Windows color (decimal): -11372965 or 5994066. OLE color: 5994066.

HSL color Cylindrical-coordinate representation of color #52765B: hue angle of 135º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #52765B is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 91 -
CMYK 0.31 0 0.23 0.54
HSL 135º 0.18% 0.39% -
HSV(B) 135º 0.31% 0.46% -
XYZ 11.85 15.51 12.27 -
YUV 104.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 82 118 91 0.31 0 0.23 0.54 135 0.18 0.39
Hex 52 76 5B 1F 0 17 36 87 12 27
Octal 122 166 133 37 0 27 66 207 22 47
Binary 1010010 1110110 1011011 11111 0 10111 110110 10000111 10010 100111

Color Harmonies of #52765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52765B

Black with #52765B

Text Example


Text Example

White with #52765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52765B; }

 p { color: rgb(82,118,91); }

 H1.HeaderClassName
 {
   color: #52765B;
 }
 .AnyTagClassName
 {
   color: #52765B;
 }
</style>

background-color css

<style>
 a { background-color: #52765B; }

 a { background-color: rgb(82,118,91); }

 div.DivClassName
 {
   background-color: #52765B;
 }
 .BgClassName
 {
   background-color: #52765B;
 }
</style>

border-color css

<style>
 span { border-color: #52765B; }

 span { border-color: rgb(82,118,91); }

 td.TdClassName
 {
   border-color: #52765B;
 }
 .TagClassName
 {
   border-color: #52765B;
 }
</style>