Html Css Color HEX #555A3C Kelp

📋 copy color: '#555A3C'

red 85 ◦ green 90 ◦ blue 60

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

Shades of Kelp #555A3C

Tints of Kelp #555A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.3%

 BLUE value IS 60 (23.83% from 255) = 25.53%

R = 36.17%
G = 38.3%
B = 25.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#555A3C (or 0x555A3C) is known color: Kelp. HEX triplet: 55, 5A and 3C. RGB value is (85,90,60). Sum of RGB (Red+Green+Blue) = 85+90+60=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #555A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A3C is #AAA5C3. Grayscale: #555555. Windows color (decimal): -11183556 or 3955285. OLE color: 3955285.

HSL color Cylindrical-coordinate representation of color #555A3C: hue angle of 70º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #555A3C is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 90 60 -
CMYK 0.06 0 0.33 0.65
HSL 70º 0.2% 0.29% -
HSV(B) 70º 0.33% 0.35% -
XYZ 8.22 9.57 5.69 -
YUV 85.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 85 90 60 0.06 0 0.33 0.65 70 0.2 0.29
Hex 55 5A 3C 6 0 21 41 46 14 1D
Octal 125 132 74 6 0 41 101 106 24 35
Binary 1010101 1011010 111100 110 0 100001 1000001 1000110 10100 11101

Color Harmonies of #555A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A3C

Black with #555A3C

Text Example


Text Example

White with #555A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555A3C; }

 p { color: rgb(85,90,60); }

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

background-color css

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

 a { background-color: rgb(85,90,60); }

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

border-color css

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

 span { border-color: rgb(85,90,60); }

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