Html Css Color HEX #555745 Kelp

📋 copy color: '#555745'

red 85 ◦ green 87 ◦ blue 69

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

Shades of Kelp #555745

Tints of Kelp #555745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.63%

R = 35.27%
G = 36.1%
B = 28.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#555745 (or 0x555745) is known color: Kelp. HEX triplet: 55, 57 and 45. RGB value is (85,87,69). Sum of RGB (Red+Green+Blue) = 85+87+69=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 87 - color contains mainly: green. Hex color #555745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555745 is #AAA8BA. Grayscale: #545454. Windows color (decimal): -11184315 or 4544341. OLE color: 4544341.

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

Color convert

RGB 85 87 69 -
CMYK 0.02 0 0.21 0.66
HSL 66.67º 0.12% 0.31% -
HSV(B) 66.67º 0.21% 0.34% -
XYZ 8.23 9.18 6.97 -
YUV 84.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 85 87 69 0.02 0 0.21 0.66 66.67 0.12 0.31
Hex 55 57 45 2 0 15 42 43 C 1F
Octal 125 127 105 2 0 25 102 103 14 37
Binary 1010101 1010111 1000101 10 0 10101 1000010 1000011 1100 11111

Color Harmonies of #555745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555745

Black with #555745

Text Example


Text Example

White with #555745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555745; }

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

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

background-color css

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

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

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

border-color css

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

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

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