Html Css Color HEX #562879 Kingfisher Daisy

📋 copy color: '#562879'

red 86 ◦ green 40 ◦ blue 121

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

Shades of Kingfisher Daisy #562879

Tints of Kingfisher Daisy #562879

RGB

 RED value IS 86 (33.98% from 255) = 34.82%

 GREEN value IS 40 (16.02% from 255) = 16.19%

 BLUE value IS 121 (47.66% from 255) = 48.99%

R = 34.82%
G = 16.19%
B = 48.99%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#562879 (or 0x562879) is known color: Kingfisher Daisy. HEX triplet: 56, 28 and 79. RGB value is (86,40,121). Sum of RGB (Red+Green+Blue) = 86+40+121=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #562879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562879 is #A9D786. Grayscale: #3E3E3E. Windows color (decimal): -11130759 or 7940182. OLE color: 7940182.

HSL color Cylindrical-coordinate representation of color #562879: hue angle of 274.07º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #562879 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 40 121 -
CMYK 0.29 0.67 0 0.53
HSL 274.07º 0.5% 0.32% -
HSV(B) 274.07º 0.67% 0.47% -
XYZ 8.05 4.88 18.61 -
YUV 62.99 160.74 144.41 -
System Red Green Blue C M Y K H S L
Decimal 86 40 121 0.29 0.67 0 0.53 274.07 0.5 0.32
Hex 56 28 79 1D 43 0 35 112 32 20
Octal 126 50 171 35 103 0 65 422 62 40
Binary 1010110 101000 1111001 11101 1000011 0 110101 100010010 110010 100000

Color Harmonies of #562879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562879

Black with #562879

Text Example


Text Example

White with #562879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562879; }

 p { color: rgb(86,40,121); }

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

background-color css

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

 a { background-color: rgb(86,40,121); }

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

border-color css

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

 span { border-color: rgb(86,40,121); }

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