Html Css Color HEX #535440 Kelp

📋 copy color: '#535440'

red 83 ◦ green 84 ◦ blue 64

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

Shades of Kelp #535440

Tints of Kelp #535440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

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

R = 35.93%
G = 36.36%
B = 27.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#535440 (or 0x535440) is known color: Kelp. HEX triplet: 53, 54 and 40. RGB value is (83,84,64). Sum of RGB (Red+Green+Blue) = 83+84+64=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #535440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535440 is #ACABBF. Grayscale: #515151. Windows color (decimal): -11316160 or 4215891. OLE color: 4215891.

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

Color convert

RGB 83 84 64 -
CMYK 0.01 0 0.24 0.67
HSL 63º 0.14% 0.29% -
HSV(B) 63º 0.24% 0.33% -
XYZ 7.66 8.55 6.1 -
YUV 81.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 83 84 64 0.01 0 0.24 0.67 63 0.14 0.29
Hex 53 54 40 1 0 18 43 3F E 1D
Octal 123 124 100 1 0 30 103 77 16 35
Binary 1010011 1010100 1000000 1 0 11000 1000011 111111 1110 11101

Color Harmonies of #535440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535440

Black with #535440

Text Example


Text Example

White with #535440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535440; }

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

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

background-color css

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

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

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

border-color css

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

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

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