Html Css Color HEX #557A64 Como

📋 copy color: '#557A64'

red 85 ◦ green 122 ◦ blue 100

#557A64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #557A64

Tints of Como #557A64

RGB

 RED value IS 85 (33.59% from 255) = 27.69%

 GREEN value IS 122 (48.05% from 255) = 39.74%

 BLUE value IS 100 (39.45% from 255) = 32.57%

R = 27.69%
G = 39.74%
B = 32.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#557A64 (or 0x557A64) is known color: Como. HEX triplet: 55, 7A and 64. RGB value is (85,122,100). Sum of RGB (Red+Green+Blue) = 85+122+100=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 122 - color contains mainly: green. Hex color #557A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A64 is #AA859B. Grayscale: #6C6C6C. Windows color (decimal): -11175324 or 6584917. OLE color: 6584917.

HSL color Cylindrical-coordinate representation of color #557A64: hue angle of 144.32º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A64 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 122 100 -
CMYK 0.30 0 0.18 0.52
HSL 144.32º 0.18% 0.41% -
HSV(B) 144.32º 0.3% 0.48% -
XYZ 13.01 16.77 14.61 -
YUV 108.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 85 122 100 0.30 0 0.18 0.52 144.32 0.18 0.41
Hex 55 7A 64 1E 0 12 34 90 12 29
Octal 125 172 144 36 0 22 64 220 22 51
Binary 1010101 1111010 1100100 11110 0 10010 110100 10010000 10010 101001

Color Harmonies of #557A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A64

Black with #557A64

Text Example


Text Example

White with #557A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557A64; }

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

 H1.HeaderClassName
 {
   color: #557A64;
 }
 .AnyTagClassName
 {
   color: #557A64;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #557A64;
 }
 .BgClassName
 {
   background-color: #557A64;
 }
</style>

border-color css

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

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

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