Html Css Color HEX #535A38 Kelp

📋 copy color: '#535A38'

red 83 ◦ green 90 ◦ blue 56

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

Shades of Kelp #535A38

Tints of Kelp #535A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.45%

R = 36.24%
G = 39.3%
B = 24.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#535A38 (or 0x535A38) is known color: Kelp. HEX triplet: 53, 5A and 38. RGB value is (83,90,56). Sum of RGB (Red+Green+Blue) = 83+90+56=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #535A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A38 is #ACA5C7. Grayscale: #545454. Windows color (decimal): -11314632 or 3693139. OLE color: 3693139.

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

Color convert

RGB 83 90 56 -
CMYK 0.08 0 0.38 0.65
HSL 72.35º 0.23% 0.29% -
HSV(B) 72.35º 0.38% 0.35% -
XYZ 7.94 9.44 5.14 -
YUV 84.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 83 90 56 0.08 0 0.38 0.65 72.35 0.23 0.29
Hex 53 5A 38 8 0 26 41 48 17 1D
Octal 123 132 70 10 0 46 101 110 27 35
Binary 1010011 1011010 111000 1000 0 100110 1000001 1001000 10111 11101

Color Harmonies of #535A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A38

Black with #535A38

Text Example


Text Example

White with #535A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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