Html Css Color HEX #52583B Kelp

📋 copy color: '#52583B'

red 82 ◦ green 88 ◦ blue 59

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

Shades of Kelp #52583B

Tints of Kelp #52583B

RGB

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

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

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

R = 35.81%
G = 38.43%
B = 25.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#52583B (or 0x52583B) is known color: Kelp. HEX triplet: 52, 58 and 3B. RGB value is (82,88,59). Sum of RGB (Red+Green+Blue) = 82+88+59=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 88 - color contains mainly: green. Hex color #52583B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52583B is #ADA7C4. Grayscale: #535353. Windows color (decimal): -11380677 or 3889234. OLE color: 3889234.

HSL color Cylindrical-coordinate representation of color #52583B: hue angle of 72.41º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52583B is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 59 -
CMYK 0.07 0 0.33 0.65
HSL 72.41º 0.2% 0.29% -
HSV(B) 72.41º 0.33% 0.35% -
XYZ 7.76 9.09 5.48 -
YUV 82.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 82 88 59 0.07 0 0.33 0.65 72.41 0.2 0.29
Hex 52 58 3B 7 0 21 41 48 14 1D
Octal 122 130 73 7 0 41 101 110 24 35
Binary 1010010 1011000 111011 111 0 100001 1000001 1001000 10100 11101

Color Harmonies of #52583B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52583B

Black with #52583B

Text Example


Text Example

White with #52583B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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