#55583C

Color #55583C Kelp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelp #55583C

Tints of Kelp #55583C

Color information

#55583C (or 0x55583C) is unknown color: approx Kelp. HEX triplet: 55, 58 and 3C. RGB value is (85,88,60). Sum of RGB (Red+Green+Blue) = 85+88+60=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #55583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55583C is #AAA7C3. Grayscale: #545454. Windows color (decimal): -11184068 or 3954773. OLE color: 3954773.

HSL color Cylindrical-coordinate representation of color #55583C: hue angle of 66.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55583C is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB858860-
CMYK0.0300.320.65
HSL66.43º18.92%29.02%-
HSV(B)66.43º31.82%34.51%-
XYZ8.059.245.63-
YUV83.91114.51128.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=36.48%
G=37.77%
B=25.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588600.0300.320.6566.4318.9229.02
Hex55583C30204142131d
Octal1251307430401011022335
Binary10101011011000111100110100000100000110000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55583C; }

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

 H1.HeaderClassName
 {
   color: #55583C;
 }
 .AnyTagClassName
 {
   color: #55583C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #55583C;
 }
 .BgClassName
 {
   background-color: #55583C;
 }
</style>
border-color css

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

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

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