Html Css Color HEX #555742 Kelp

📋 copy color: '#555742'

red 85 ◦ green 87 ◦ blue 66

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

Shades of Kelp #555742

Tints of Kelp #555742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.55%

 BLUE value IS 66 (26.17% from 255) = 27.73%

R = 35.71%
G = 36.55%
B = 27.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#555742 (or 0x555742) is known color: Kelp. HEX triplet: 55, 57 and 42. RGB value is (85,87,66). Sum of RGB (Red+Green+Blue) = 85+87+66=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 87 - color contains mainly: green. Hex color #555742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555742 is #AAA8BD. Grayscale: #545454. Windows color (decimal): -11184318 or 4347733. OLE color: 4347733.

HSL color Cylindrical-coordinate representation of color #555742: hue angle of 65.71º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #555742 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 87 66 -
CMYK 0.02 0 0.24 0.66
HSL 65.71º 0.14% 0.3% -
HSV(B) 65.71º 0.24% 0.34% -
XYZ 8.14 9.14 6.49 -
YUV 84.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 85 87 66 0.02 0 0.24 0.66 65.71 0.14 0.3
Hex 55 57 42 2 0 18 42 42 E 1E
Octal 125 127 102 2 0 30 102 102 16 36
Binary 1010101 1010111 1000010 10 0 11000 1000010 1000010 1110 11110

Color Harmonies of #555742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555742

Black with #555742

Text Example


Text Example

White with #555742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555742; }

 p { color: rgb(85,87,66); }

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

background-color css

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

 a { background-color: rgb(85,87,66); }

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

border-color css

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

 span { border-color: rgb(85,87,66); }

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