Html Css Color HEX #55563F Kelp

📋 copy color: '#55563F'

red 85 ◦ green 86 ◦ blue 63

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

Shades of Kelp #55563F

Tints of Kelp #55563F

RGB

 RED value IS 85 (33.59% from 255) = 36.32%

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

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

R = 36.32%
G = 36.75%
B = 26.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#55563F (or 0x55563F) is known color: Kelp. HEX triplet: 55, 56 and 3F. RGB value is (85,86,63). Sum of RGB (Red+Green+Blue) = 85+86+63=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 86 - color contains mainly: green. Hex color #55563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55563F is #AAA9C0. Grayscale: #535353. Windows color (decimal): -11184577 or 4150869. OLE color: 4150869.

HSL color Cylindrical-coordinate representation of color #55563F: hue angle of 62.61º 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 #55563F is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 86 63 -
CMYK 0.01 0 0.27 0.66
HSL 62.61º 0.15% 0.29% -
HSV(B) 62.61º 0.27% 0.34% -
XYZ 7.97 8.95 6.01 -
YUV 83.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 85 86 63 0.01 0 0.27 0.66 62.61 0.15 0.29
Hex 55 56 3F 1 0 1B 42 3F F 1D
Octal 125 126 77 1 0 33 102 77 17 35
Binary 1010101 1010110 111111 1 0 11011 1000010 111111 1111 11101

Color Harmonies of #55563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55563F

Black with #55563F

Text Example


Text Example

White with #55563F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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