#527A65

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

Shades of Como #527A65

Tints of Como #527A65

Color information

#527A65 (or 0x527A65) is unknown color: approx Como. HEX triplet: 52, 7A and 65. RGB value is (82,122,101). Sum of RGB (Red+Green+Blue) = 82+122+101=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #527A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A65 is #AD859A. Grayscale: #6B6B6B. Windows color (decimal): -11371931 or 6650450. OLE color: 6650450.

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

Color convert

RGB82122101-
CMYK0.3300.170.52
HSL148.5º19.61%40%-
HSV(B)148.5º32.79%47.84%-
XYZ12.7916.6514.85-
YUV107.65124.25109.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=26.89%
G=40%
B=33.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821221010.3300.170.52148.519.6140
Hex527A652101134941428
Octal12217214541021642242450
Binary1010010111101011001011000010100011101001001010010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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