Html Css Color HEX #557265 Como

📋 copy color: '#557265'

red 85 ◦ green 114 ◦ blue 101

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

Shades of Como #557265

Tints of Como #557265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 28.33%
G = 38%
B = 33.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#557265 (or 0x557265) is known color: Como. HEX triplet: 55, 72 and 65. RGB value is (85,114,101). Sum of RGB (Red+Green+Blue) = 85+114+101=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #557265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557265 is #AA8D9A. Grayscale: #676767. Windows color (decimal): -11177371 or 6648405. OLE color: 6648405.

HSL color Cylindrical-coordinate representation of color #557265: hue angle of 153.1º 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 #557265 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 101 -
CMYK 0.25 0 0.11 0.55
HSL 153.1º 0.15% 0.39% -
HSV(B) 153.1º 0.25% 0.45% -
XYZ 12.11 14.91 14.55 -
YUV 103.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 85 114 101 0.25 0 0.11 0.55 153.1 0.15 0.39
Hex 55 72 65 19 0 B 37 99 F 27
Octal 125 162 145 31 0 13 67 231 17 47
Binary 1010101 1110010 1100101 11001 0 1011 110111 10011001 1111 100111

Color Harmonies of #557265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557265

Black with #557265

Text Example


Text Example

White with #557265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557265; }

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

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

background-color css

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

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

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

border-color css

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

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

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