#555a3f

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

Shades of Kelp #555A3F

Tints of Kelp #555A3F

Color information

#555A3F (or 0x555A3F) is unknown color: approx Kelp. HEX triplet: 55, 5A and 3F. RGB value is (85,90,63). Sum of RGB (Red+Green+Blue) = 85+90+63=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 90 - color contains mainly: green. Hex color #555A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A3F is #AAA5C0. Grayscale: #555555. Windows color (decimal): -11183553 or 4151893. OLE color: 4151893.

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

Color convert

RGB859063-
CMYK0.0600.300.65
HSL71.11º17.65%30%-
HSV(B)71.11º30%35.29%-
XYZ8.39.66.12-
YUV85.43115.34127.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 90 (35.55% from 255) = 37.82%
BLUE value IS 63 (25% from 255) = 26.47%
R=35.71%
G=37.82%
B=26.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8590630.0600.300.6571.1117.6530
Hex555A3F601E4147121e
Octal1251327760361011072236
Binary10101011011010111111110011110100000110001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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