#527F67

Color #527F67 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #527F67

Tints of Como #527F67

Color information

#527F67 (or 0x527F67) is unknown color: approx Como. HEX triplet: 52, 7F and 67. RGB value is (82,127,103). Sum of RGB (Red+Green+Blue) = 82+127+103=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 127 - color contains mainly: green. Hex color #527F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F67 is #AD8098. Grayscale: #6E6E6E. Windows color (decimal): -11370649 or 6782802. OLE color: 6782802.

HSL color Cylindrical-coordinate representation of color #527F67: hue angle of 148º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527F67 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB82127103-
CMYK0.3500.190.50
HSL148º21.53%40.98%-
HSV(B)148º35.43%49.8%-
XYZ13.5217.9515.58-
YUV110.81123.59107.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 127 (50% from 255) = 40.71%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=26.28%
G=40.71%
B=33.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821271030.3500.190.5014821.5340.98
Hex527F672301332941629
Octal12217714743023622242651
Binary1010010111111111001111000110100111100101001010010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527F67; }

 p { color: rgb(82,127,103); }

 H1.HeaderClassName
 {
   color: #527F67;
 }
 .AnyTagClassName
 {
   color: #527F67;
 }
</style>
background-color css

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

 a { background-color: rgb(82,127,103); }

 div.DivClassName
 {
   background-color: #527F67;
 }
 .BgClassName
 {
   background-color: #527F67;
 }
</style>
border-color css

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

 span { border-color: rgb(82,127,103); }

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