Html Css Color HEX #525439 Kelp

📋 copy color: '#525439'

red 82 ◦ green 84 ◦ blue 57

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

Shades of Kelp #525439

Tints of Kelp #525439

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.67%

 BLUE value IS 57 (22.66% from 255) = 25.56%

R = 36.77%
G = 37.67%
B = 25.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#525439 (or 0x525439) is known color: Kelp. HEX triplet: 52, 54 and 39. RGB value is (82,84,57). Sum of RGB (Red+Green+Blue) = 82+84+57=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #525439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525439 is #ADABC6. Grayscale: #505050. Windows color (decimal): -11381703 or 3757138. OLE color: 3757138.

HSL color Cylindrical-coordinate representation of color #525439: hue angle of 64.44º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #525439 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 84 57 -
CMYK 0.02 0 0.32 0.67
HSL 64.44º 0.19% 0.28% -
HSV(B) 64.44º 0.32% 0.33% -
XYZ 7.39 8.43 5.11 -
YUV 80.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 82 84 57 0.02 0 0.32 0.67 64.44 0.19 0.28
Hex 52 54 39 2 0 20 43 40 13 1C
Octal 122 124 71 2 0 40 103 100 23 34
Binary 1010010 1010100 111001 10 0 100000 1000011 1000000 10011 11100

Color Harmonies of #525439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525439

Black with #525439

Text Example


Text Example

White with #525439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525439; }

 p { color: rgb(82,84,57); }

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

background-color css

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

 a { background-color: rgb(82,84,57); }

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

border-color css

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

 span { border-color: rgb(82,84,57); }

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