#535741

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

Shades of Kelp #535741

Tints of Kelp #535741

Color information

#535741 (or 0x535741) is unknown color: approx Kelp. HEX triplet: 53, 57 and 41. RGB value is (83,87,65). Sum of RGB (Red+Green+Blue) = 83+87+65=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 87 - color contains mainly: green. Hex color #535741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535741 is #ACA8BE. Grayscale: #535353. Windows color (decimal): -11315391 or 4282195. OLE color: 4282195.

HSL color Cylindrical-coordinate representation of color #535741: hue angle of 70.91º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #535741 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB838765-
CMYK0.0500.250.66
HSL70.91º14.47%29.8%-
HSV(B)70.91º25.29%34.12%-
XYZ7.939.046.33-
YUV83.3117.67127.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=35.32%
G=37.02%
B=27.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8387650.0500.250.6670.9114.4729.8
Hex53574150194247e1e
Octal12312710150311021071636
Binary10100111010111100000110101100110000101000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535741; }

 p { color: rgb(83,87,65); }

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

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

 a { background-color: rgb(83,87,65); }

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

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

 span { border-color: rgb(83,87,65); }

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