#557264

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

Shades of Como #557264

Tints of Como #557264

Color information

#557264 (or 0x557264) is unknown color: approx Como. HEX triplet: 55, 72 and 64. RGB value is (85,114,100). Sum of RGB (Red+Green+Blue) = 85+114+100=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #557264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557264 is #AA8D9B. Grayscale: #676767. Windows color (decimal): -11177372 or 6582869. OLE color: 6582869.

HSL color Cylindrical-coordinate representation of color #557264: hue angle of 151.03º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #557264 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB85114100-
CMYK0.2500.120.55
HSL151.03º14.57%39.02%-
HSV(B)151.03º25.44%44.71%-
XYZ12.0614.8914.29-
YUV103.73125.89114.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=28.43%
G=38.13%
B=33.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851141000.2500.120.55151.0314.5739.02
Hex557264190C3797f27
Octal12516214431014672271747
Binary1010101111001011001001100101100110111100101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557264; }

 p { color: rgb(85,114,100); }

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

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

 a { background-color: rgb(85,114,100); }

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

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

 span { border-color: rgb(85,114,100); }

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