Html Css Color HEX #555939 Kelp

📋 copy color: '#555939'

red 85 ◦ green 89 ◦ blue 57

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

Shades of Kelp #555939

Tints of Kelp #555939

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.53%

 BLUE value IS 57 (22.66% from 255) = 24.68%

R = 36.8%
G = 38.53%
B = 24.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#555939 (or 0x555939) is known color: Kelp. HEX triplet: 55, 59 and 39. RGB value is (85,89,57). Sum of RGB (Red+Green+Blue) = 85+89+57=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #555939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555939 is #AAA6C6. Grayscale: #545454. Windows color (decimal): -11183815 or 3758421. OLE color: 3758421.

HSL color Cylindrical-coordinate representation of color #555939: hue angle of 67.5º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555939 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 57 -
CMYK 0.04 0 0.36 0.65
HSL 67.5º 0.22% 0.29% -
HSV(B) 67.5º 0.36% 0.35% -
XYZ 8.06 9.37 5.26 -
YUV 84.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 85 89 57 0.04 0 0.36 0.65 67.5 0.22 0.29
Hex 55 59 39 4 0 24 41 44 16 1D
Octal 125 131 71 4 0 44 101 104 26 35
Binary 1010101 1011001 111001 100 0 100100 1000001 1000100 10110 11101

Color Harmonies of #555939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555939

Black with #555939

Text Example


Text Example

White with #555939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555939; }

 p { color: rgb(85,89,57); }

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

background-color css

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

 a { background-color: rgb(85,89,57); }

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

border-color css

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

 span { border-color: rgb(85,89,57); }

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