Html Css Color HEX #53583A Kelp

📋 copy color: '#53583A'

red 83 ◦ green 88 ◦ blue 58

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

Shades of Kelp #53583A

Tints of Kelp #53583A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.43%

 BLUE value IS 58 (23.05% from 255) = 25.33%

R = 36.24%
G = 38.43%
B = 25.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#53583A (or 0x53583A) is known color: Kelp. HEX triplet: 53, 58 and 3A. RGB value is (83,88,58). Sum of RGB (Red+Green+Blue) = 83+88+58=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 88 - color contains mainly: green. Hex color #53583A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53583A is #ACA7C5. Grayscale: #535353. Windows color (decimal): -11315142 or 3823699. OLE color: 3823699.

HSL color Cylindrical-coordinate representation of color #53583A: hue angle of 70º 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 #53583A is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 88 58 -
CMYK 0.06 0 0.34 0.65
HSL 70º 0.21% 0.29% -
HSV(B) 70º 0.34% 0.35% -
XYZ 7.82 9.12 5.35 -
YUV 83.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 83 88 58 0.06 0 0.34 0.65 70 0.21 0.29
Hex 53 58 3A 6 0 22 41 46 15 1D
Octal 123 130 72 6 0 42 101 106 25 35
Binary 1010011 1011000 111010 110 0 100010 1000001 1000110 10101 11101

Color Harmonies of #53583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53583A

Black with #53583A

Text Example


Text Example

White with #53583A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53583A; }

 p { color: rgb(83,88,58); }

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

background-color css

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

 a { background-color: rgb(83,88,58); }

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

border-color css

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

 span { border-color: rgb(83,88,58); }

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