#535538

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

Shades of Kelp #535538

Tints of Kelp #535538

Color information

#535538 (or 0x535538) is unknown color: approx Kelp. HEX triplet: 53, 55 and 38. RGB value is (83,85,56). Sum of RGB (Red+Green+Blue) = 83+85+56=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #535538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535538 is #ACAAC7. Grayscale: #515151. Windows color (decimal): -11315912 or 3691859. OLE color: 3691859.

HSL color Cylindrical-coordinate representation of color #535538: hue angle of 64.14º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #535538 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB838556-
CMYK0.0200.340.67
HSL64.14º20.57%27.65%-
HSV(B)64.14º34.12%33.33%-
XYZ7.538.625.01-
YUV81.1113.84129.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 56 (22.27% from 255) = 25%
R=37.05%
G=37.95%
B=25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385560.0200.340.6764.1420.5727.65
Hex53553820224340151c
Octal1231257020421031002534
Binary10100111010101111000100100010100001110000001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535538; }

 p { color: rgb(83,85,56); }

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

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

 a { background-color: rgb(83,85,56); }

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

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

 span { border-color: rgb(83,85,56); }

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