#527A66

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

Shades of Como #527A66

Tints of Como #527A66

Color information

#527A66 (or 0x527A66) is unknown color: approx Como. HEX triplet: 52, 7A and 66. RGB value is (82,122,102). Sum of RGB (Red+Green+Blue) = 82+122+102=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #527A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A66 is #AD8599. Grayscale: #6B6B6B. Windows color (decimal): -11371930 or 6715986. OLE color: 6715986.

HSL color Cylindrical-coordinate representation of color #527A66: hue angle of 150º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527A66 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB82122102-
CMYK0.3300.160.52
HSL150º19.61%40%-
HSV(B)150º32.79%47.84%-
XYZ12.8416.6715.11-
YUV107.76124.75109.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=26.80%
G=39.87%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821221020.3300.160.5215019.6140
Hex527A662101034961428
Octal12217214641020642262450
Binary1010010111101011001101000010100001101001001011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,122,102); }

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

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

 a { background-color: rgb(82,122,102); }

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

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

 span { border-color: rgb(82,122,102); }

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