#527A67

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

Shades of Como #527A67

Tints of Como #527A67

Color information

#527A67 (or 0x527A67) is unknown color: approx Como. HEX triplet: 52, 7A and 67. RGB value is (82,122,103). Sum of RGB (Red+Green+Blue) = 82+122+103=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 122 - color contains mainly: green. Hex color #527A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A67 is #AD8598. Grayscale: #6B6B6B. Windows color (decimal): -11371929 or 6781522. OLE color: 6781522.

HSL color Cylindrical-coordinate representation of color #527A67: hue angle of 151.5º 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 #527A67 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB82122103-
CMYK0.3300.160.52
HSL151.5º19.61%40%-
HSV(B)151.5º32.79%47.84%-
XYZ12.8916.6915.37-
YUV107.87125.25109.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 122 (48.05% from 255) = 39.74%
BLUE value IS 103 (40.62% from 255) = 33.55%
R=26.71%
G=39.74%
B=33.55%

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
Decimal821221030.3300.160.52151.519.6140
Hex527A672101034981428
Octal12217214741020642302450
Binary1010010111101011001111000010100001101001001100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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