Html Css Color HEX #52583A Kelp

📋 copy color: '#52583A'

red 82 ◦ green 88 ◦ blue 58

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

Shades of Kelp #52583A

Tints of Kelp #52583A

RGB

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

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

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

R = 35.96%
G = 38.6%
B = 25.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#52583A (or 0x52583A) is known color: Kelp. HEX triplet: 52, 58 and 3A. RGB value is (82,88,58). Sum of RGB (Red+Green+Blue) = 82+88+58=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #52583A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52583A is #ADA7C5. Grayscale: #525252. Windows color (decimal): -11380678 or 3823698. OLE color: 3823698.

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

Color convert

RGB 82 88 58 -
CMYK 0.07 0 0.34 0.65
HSL 72º 0.21% 0.29% -
HSV(B) 72º 0.34% 0.35% -
XYZ 7.73 9.08 5.35 -
YUV 82.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 82 88 58 0.07 0 0.34 0.65 72 0.21 0.29
Hex 52 58 3A 7 0 22 41 48 15 1D
Octal 122 130 72 7 0 42 101 110 25 35
Binary 1010010 1011000 111010 111 0 100010 1000001 1001000 10101 11101

Color Harmonies of #52583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52583A

Black with #52583A

Text Example


Text Example

White with #52583A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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