Html Css Color HEX #525442 Kelp

📋 copy color: '#525442'

red 82 ◦ green 84 ◦ blue 66

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

Shades of Kelp #525442

Tints of Kelp #525442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.45%

R = 35.34%
G = 36.21%
B = 28.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#525442 (or 0x525442) is known color: Kelp. HEX triplet: 52, 54 and 42. RGB value is (82,84,66). Sum of RGB (Red+Green+Blue) = 82+84+66=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #525442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525442 is #ADABBD. Grayscale: #515151. Windows color (decimal): -11381694 or 4346962. OLE color: 4346962.

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

Color convert

RGB 82 84 66 -
CMYK 0.02 0 0.21 0.67
HSL 66.67º 0.12% 0.29% -
HSV(B) 66.67º 0.21% 0.33% -
XYZ 7.63 8.53 6.4 -
YUV 81.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 82 84 66 0.02 0 0.21 0.67 66.67 0.12 0.29
Hex 52 54 42 2 0 15 43 43 C 1D
Octal 122 124 102 2 0 25 103 103 14 35
Binary 1010010 1010100 1000010 10 0 10101 1000011 1000011 1100 11101

Color Harmonies of #525442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525442

Black with #525442

Text Example


Text Example

White with #525442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525442; }

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

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

background-color css

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

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

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

border-color css

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

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

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