Html Css Color HEX #52583C Kelp

📋 copy color: '#52583C'

red 82 ◦ green 88 ◦ blue 60

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

Shades of Kelp #52583C

Tints of Kelp #52583C

RGB

 RED value IS 82 (32.42% from 255) = 35.65%

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

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

R = 35.65%
G = 38.26%
B = 26.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#52583C (or 0x52583C) is known color: Kelp. HEX triplet: 52, 58 and 3C. RGB value is (82,88,60). Sum of RGB (Red+Green+Blue) = 82+88+60=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #52583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52583C is #ADA7C3. Grayscale: #535353. Windows color (decimal): -11380676 or 3954770. OLE color: 3954770.

HSL color Cylindrical-coordinate representation of color #52583C: hue angle of 72.86º 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 #52583C is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 60 -
CMYK 0.07 0 0.32 0.65
HSL 72.86º 0.19% 0.29% -
HSV(B) 72.86º 0.32% 0.35% -
XYZ 7.79 9.1 5.62 -
YUV 83.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 82 88 60 0.07 0 0.32 0.65 72.86 0.19 0.29
Hex 52 58 3C 7 0 20 41 49 13 1D
Octal 122 130 74 7 0 40 101 111 23 35
Binary 1010010 1011000 111100 111 0 100000 1000001 1001001 10011 11101

Color Harmonies of #52583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52583C

Black with #52583C

Text Example


Text Example

White with #52583C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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