Html Css Color HEX #52553F Kelp

📋 copy color: '#52553F'

red 82 ◦ green 85 ◦ blue 63

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

Shades of Kelp #52553F

Tints of Kelp #52553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

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

R = 35.65%
G = 36.96%
B = 27.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#52553F (or 0x52553F) is known color: Kelp. HEX triplet: 52, 55 and 3F. RGB value is (82,85,63). Sum of RGB (Red+Green+Blue) = 82+85+63=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #52553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52553F is #ADAAC0. Grayscale: #515151. Windows color (decimal): -11381441 or 4150610. OLE color: 4150610.

HSL color Cylindrical-coordinate representation of color #52553F: hue angle of 68.18º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52553F is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 85 63 -
CMYK 0.04 0 0.26 0.67
HSL 68.18º 0.15% 0.29% -
HSV(B) 68.18º 0.26% 0.33% -
XYZ 7.63 8.65 5.97 -
YUV 81.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 82 85 63 0.04 0 0.26 0.67 68.18 0.15 0.29
Hex 52 55 3F 4 0 1A 43 44 F 1D
Octal 122 125 77 4 0 32 103 104 17 35
Binary 1010010 1010101 111111 100 0 11010 1000011 1000100 1111 11101

Color Harmonies of #52553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52553F

Black with #52553F

Text Example


Text Example

White with #52553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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