Html Css Color HEX #53583C Kelp

📋 copy color: '#53583C'

red 83 ◦ green 88 ◦ blue 60

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

Shades of Kelp #53583C

Tints of Kelp #53583C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.97%

R = 35.93%
G = 38.1%
B = 25.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#53583C (or 0x53583C) is known color: Kelp. HEX triplet: 53, 58 and 3C. RGB value is (83,88,60). Sum of RGB (Red+Green+Blue) = 83+88+60=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #53583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53583C is #ACA7C3. Grayscale: #535353. Windows color (decimal): -11315140 or 3954771. OLE color: 3954771.

HSL color Cylindrical-coordinate representation of color #53583C: hue angle of 70.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53583C is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 88 60 -
CMYK 0.06 0 0.32 0.65
HSL 70.71º 0.19% 0.29% -
HSV(B) 70.71º 0.32% 0.35% -
XYZ 7.87 9.14 5.63 -
YUV 83.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 83 88 60 0.06 0 0.32 0.65 70.71 0.19 0.29
Hex 53 58 3C 6 0 20 41 47 13 1D
Octal 123 130 74 6 0 40 101 107 23 35
Binary 1010011 1011000 111100 110 0 100000 1000001 1000111 10011 11101

Color Harmonies of #53583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53583C

Black with #53583C

Text Example


Text Example

White with #53583C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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