Html Css Color HEX #527765 Como

📋 copy color: '#527765'

red 82 ◦ green 119 ◦ blue 101

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

Shades of Como #527765

Tints of Como #527765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.4%

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 27.15%
G = 39.4%
B = 33.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#527765 (or 0x527765) is known color: Como. HEX triplet: 52, 77 and 65. RGB value is (82,119,101). Sum of RGB (Red+Green+Blue) = 82+119+101=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #527765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527765 is #AD889A. Grayscale: #696969. Windows color (decimal): -11372699 or 6649682. OLE color: 6649682.

HSL color Cylindrical-coordinate representation of color #527765: hue angle of 150.81º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #527765 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 101 -
CMYK 0.31 0 0.15 0.53
HSL 150.81º 0.18% 0.39% -
HSV(B) 150.81º 0.31% 0.47% -
XYZ 12.43 15.93 14.73 -
YUV 105.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 82 119 101 0.31 0 0.15 0.53 150.81 0.18 0.39
Hex 52 77 65 1F 0 F 35 97 12 27
Octal 122 167 145 37 0 17 65 227 22 47
Binary 1010010 1110111 1100101 11111 0 1111 110101 10010111 10010 100111

Color Harmonies of #527765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527765

Black with #527765

Text Example


Text Example

White with #527765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527765; }

 p { color: rgb(82,119,101); }

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

background-color css

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

 a { background-color: rgb(82,119,101); }

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

border-color css

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

 span { border-color: rgb(82,119,101); }

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