Html Css Color HEX #52563F Kelp

📋 copy color: '#52563F'

red 82 ◦ green 86 ◦ blue 63

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

Shades of Kelp #52563F

Tints of Kelp #52563F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.23%

 BLUE value IS 63 (25% from 255) = 27.27%

R = 35.5%
G = 37.23%
B = 27.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#52563F (or 0x52563F) is known color: Kelp. HEX triplet: 52, 56 and 3F. RGB value is (82,86,63). Sum of RGB (Red+Green+Blue) = 82+86+63=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 86 - color contains mainly: green. Hex color #52563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52563F is #ADA9C0. Grayscale: #525252. Windows color (decimal): -11381185 or 4150866. OLE color: 4150866.

HSL color Cylindrical-coordinate representation of color #52563F: hue angle of 70.43º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52563F is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 86 63 -
CMYK 0.05 0 0.27 0.66
HSL 70.43º 0.15% 0.29% -
HSV(B) 70.43º 0.27% 0.34% -
XYZ 7.7 8.81 6 -
YUV 82.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 82 86 63 0.05 0 0.27 0.66 70.43 0.15 0.29
Hex 52 56 3F 5 0 1B 42 46 F 1D
Octal 122 126 77 5 0 33 102 106 17 35
Binary 1010010 1010110 111111 101 0 11011 1000010 1000110 1111 11101

Color Harmonies of #52563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52563F

Black with #52563F

Text Example


Text Example

White with #52563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52563F; }

 p { color: rgb(82,86,63); }

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

background-color css

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

 a { background-color: rgb(82,86,63); }

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

border-color css

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

 span { border-color: rgb(82,86,63); }

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