Html Css Color HEX #535A3B Kelp

📋 copy color: '#535A3B'

red 83 ◦ green 90 ◦ blue 59

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

Shades of Kelp #535A3B

Tints of Kelp #535A3B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.79%

 BLUE value IS 59 (23.44% from 255) = 25.43%

R = 35.78%
G = 38.79%
B = 25.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#535A3B (or 0x535A3B) is known color: Kelp. HEX triplet: 53, 5A and 3B. RGB value is (83,90,59). Sum of RGB (Red+Green+Blue) = 83+90+59=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #535A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A3B is #ACA5C4. Grayscale: #545454. Windows color (decimal): -11314629 or 3889747. OLE color: 3889747.

HSL color Cylindrical-coordinate representation of color #535A3B: hue angle of 73.55º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #535A3B is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 90 59 -
CMYK 0.08 0 0.34 0.65
HSL 73.55º 0.21% 0.29% -
HSV(B) 73.55º 0.34% 0.35% -
XYZ 8.01 9.47 5.54 -
YUV 84.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 83 90 59 0.08 0 0.34 0.65 73.55 0.21 0.29
Hex 53 5A 3B 8 0 22 41 4A 15 1D
Octal 123 132 73 10 0 42 101 112 25 35
Binary 1010011 1011010 111011 1000 0 100010 1000001 1001010 10101 11101

Color Harmonies of #535A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A3B

Black with #535A3B

Text Example


Text Example

White with #535A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535A3B; }

 p { color: rgb(83,90,59); }

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

background-color css

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

 a { background-color: rgb(83,90,59); }

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

border-color css

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

 span { border-color: rgb(83,90,59); }

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