Html Css Color HEX #562978 Kingfisher Daisy

📋 copy color: '#562978'

red 86 ◦ green 41 ◦ blue 120

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

Shades of Kingfisher Daisy #562978

Tints of Kingfisher Daisy #562978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.6%

 BLUE value IS 120 (47.27% from 255) = 48.58%

R = 34.82%
G = 16.6%
B = 48.58%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#562978 (or 0x562978) is known color: Kingfisher Daisy. HEX triplet: 56, 29 and 78. RGB value is (86,41,120). Sum of RGB (Red+Green+Blue) = 86+41+120=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #562978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562978 is #A9D687. Grayscale: #3F3F3F. Windows color (decimal): -11130504 or 7874902. OLE color: 7874902.

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

Color convert

RGB 86 41 120 -
CMYK 0.28 0.66 0 0.53
HSL 274.18º 0.49% 0.32% -
HSV(B) 274.18º 0.66% 0.47% -
XYZ 8.02 4.92 18.3 -
YUV 63.46 159.91 144.08 -
System Red Green Blue C M Y K H S L
Decimal 86 41 120 0.28 0.66 0 0.53 274.18 0.49 0.32
Hex 56 29 78 1C 42 0 35 112 31 20
Octal 126 51 170 34 102 0 65 422 61 40
Binary 1010110 101001 1111000 11100 1000010 0 110101 100010010 110001 100000

Color Harmonies of #562978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562978

Black with #562978

Text Example


Text Example

White with #562978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562978; }

 p { color: rgb(86,41,120); }

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

background-color css

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

 a { background-color: rgb(86,41,120); }

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

border-color css

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

 span { border-color: rgb(86,41,120); }

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