Html Css Color HEX #535740 Kelp

📋 copy color: '#535740'

red 83 ◦ green 87 ◦ blue 64

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

Shades of Kelp #535740

Tints of Kelp #535740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.18%

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

R = 35.47%
G = 37.18%
B = 27.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#535740 (or 0x535740) is known color: Kelp. HEX triplet: 53, 57 and 40. RGB value is (83,87,64). Sum of RGB (Red+Green+Blue) = 83+87+64=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 87 - color contains mainly: green. Hex color #535740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535740 is #ACA8BF. Grayscale: #535353. Windows color (decimal): -11315392 or 4216659. OLE color: 4216659.

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

Color convert

RGB 83 87 64 -
CMYK 0.05 0 0.26 0.66
HSL 70.43º 0.15% 0.3% -
HSV(B) 70.43º 0.26% 0.34% -
XYZ 7.9 9.03 6.18 -
YUV 83.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 83 87 64 0.05 0 0.26 0.66 70.43 0.15 0.3
Hex 53 57 40 5 0 1A 42 46 F 1E
Octal 123 127 100 5 0 32 102 106 17 36
Binary 1010011 1010111 1000000 101 0 11010 1000010 1000110 1111 11110

Color Harmonies of #535740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535740

Black with #535740

Text Example


Text Example

White with #535740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535740; }

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

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

background-color css

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

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

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

border-color css

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

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

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