Html Css Color HEX #527663 Como

📋 copy color: '#527663'

red 82 ◦ green 118 ◦ blue 99

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

Shades of Como #527663

Tints of Como #527663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.11%

R = 27.42%
G = 39.46%
B = 33.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#527663 (or 0x527663) is known color: Como. HEX triplet: 52, 76 and 63. RGB value is (82,118,99). Sum of RGB (Red+Green+Blue) = 82+118+99=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #527663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527663 is #AD899C. Grayscale: #696969. Windows color (decimal): -11372957 or 6518354. OLE color: 6518354.

HSL color Cylindrical-coordinate representation of color #527663: hue angle of 148.33º 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 #527663 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 99 -
CMYK 0.31 0 0.16 0.54
HSL 148.33º 0.18% 0.39% -
HSV(B) 148.33º 0.31% 0.46% -
XYZ 12.21 15.65 14.18 -
YUV 105.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 82 118 99 0.31 0 0.16 0.54 148.33 0.18 0.39
Hex 52 76 63 1F 0 10 36 94 12 27
Octal 122 166 143 37 0 20 66 224 22 47
Binary 1010010 1110110 1100011 11111 0 10000 110110 10010100 10010 100111

Color Harmonies of #527663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527663

Black with #527663

Text Example


Text Example

White with #527663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527663; }

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

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

background-color css

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

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

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

border-color css

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

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

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