Html Css Color HEX #535540 Kelp

📋 copy color: '#535540'

red 83 ◦ green 85 ◦ blue 64

#535540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelp #535540

Tints of Kelp #535540

RGB

 RED value IS 83 (32.81% from 255) = 35.78%

 GREEN value IS 85 (33.59% from 255) = 36.64%

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 35.78%
G = 36.64%
B = 27.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#535540 (or 0x535540) is known color: Kelp. HEX triplet: 53, 55 and 40. RGB value is (83,85,64). Sum of RGB (Red+Green+Blue) = 83+85+64=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #535540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535540 is #ACAABF. Grayscale: #525252. Windows color (decimal): -11315904 or 4216147. OLE color: 4216147.

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

Color convert

RGB 83 85 64 -
CMYK 0.02 0 0.25 0.67
HSL 65.71º 0.14% 0.29% -
HSV(B) 65.71º 0.25% 0.33% -
XYZ 7.74 8.71 6.12 -
YUV 82.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 83 85 64 0.02 0 0.25 0.67 65.71 0.14 0.29
Hex 53 55 40 2 0 19 43 42 E 1D
Octal 123 125 100 2 0 31 103 102 16 35
Binary 1010011 1010101 1000000 10 0 11001 1000011 1000010 1110 11101

Color Harmonies of #535540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535540

Black with #535540

Text Example


Text Example

White with #535540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535540; }

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

 H1.HeaderClassName
 {
   color: #535540;
 }
 .AnyTagClassName
 {
   color: #535540;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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