#535B39

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

Shades of Kelp #535B39

Tints of Kelp #535B39

Color information

#535B39 (or 0x535B39) is unknown color: approx Kelp. HEX triplet: 53, 5B and 39. RGB value is (83,91,57). Sum of RGB (Red+Green+Blue) = 83+91+57=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 91 - color contains mainly: green. Hex color #535B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535B39 is #ACA4C6. Grayscale: #545454. Windows color (decimal): -11314375 or 3758931. OLE color: 3758931.

HSL color Cylindrical-coordinate representation of color #535B39: hue angle of 74.12º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #535B39 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB839157-
CMYK0.0900.370.64
HSL74.12º22.97%29.02%-
HSV(B)74.12º37.36%35.69%-
XYZ8.059.625.3-
YUV84.73112.35126.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 91 (35.94% from 255) = 39.39%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=35.93%
G=39.39%
B=24.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8391570.0900.370.6474.1222.9729.02
Hex535B399025404a171d
Octal12313371110451001122735
Binary1010011101101111100110010100101100000010010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535B39; }

 p { color: rgb(83,91,57); }

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

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

 a { background-color: rgb(83,91,57); }

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

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

 span { border-color: rgb(83,91,57); }

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