Html Css Color HEX #535543 Kelp

📋 copy color: '#535543'

red 83 ◦ green 85 ◦ blue 67

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

Shades of Kelp #535543

Tints of Kelp #535543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.51%

R = 35.32%
G = 36.17%
B = 28.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#535543 (or 0x535543) is known color: Kelp. HEX triplet: 53, 55 and 43. RGB value is (83,85,67). Sum of RGB (Red+Green+Blue) = 83+85+67=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #535543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535543 is #ACAABC. Grayscale: #525252. Windows color (decimal): -11315901 or 4412755. OLE color: 4412755.

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

Color convert

RGB 83 85 67 -
CMYK 0.02 0 0.21 0.67
HSL 66.67º 0.12% 0.3% -
HSV(B) 66.67º 0.21% 0.33% -
XYZ 7.83 8.74 6.58 -
YUV 82.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 83 85 67 0.02 0 0.21 0.67 66.67 0.12 0.3
Hex 53 55 43 2 0 15 43 43 C 1E
Octal 123 125 103 2 0 25 103 103 14 36
Binary 1010011 1010101 1000011 10 0 10101 1000011 1000011 1100 11110

Color Harmonies of #535543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535543

Black with #535543

Text Example


Text Example

White with #535543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535543; }

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

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

background-color css

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

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

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

border-color css

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

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

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