Html Css Color HEX #563878 Kingfisher Daisy

📋 copy color: '#563878'

red 86 ◦ green 56 ◦ blue 120

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

Shades of Kingfisher Daisy #563878

Tints of Kingfisher Daisy #563878

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

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

R = 32.82%
G = 21.37%
B = 45.8%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#563878 (or 0x563878) is known color: Kingfisher Daisy. HEX triplet: 56, 38 and 78. RGB value is (86,56,120). Sum of RGB (Red+Green+Blue) = 86+56+120=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #563878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563878 is #A9C787. Grayscale: #484848. Windows color (decimal): -11126664 or 7878742. OLE color: 7878742.

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

Color convert

RGB 86 56 120 -
CMYK 0.28 0.53 0 0.53
HSL 268.13º 0.36% 0.35% -
HSV(B) 268.13º 0.53% 0.47% -
XYZ 8.64 6.16 18.5 -
YUV 72.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 86 56 120 0.28 0.53 0 0.53 268.13 0.36 0.35
Hex 56 38 78 1C 35 0 35 10C 24 23
Octal 126 70 170 34 65 0 65 414 44 43
Binary 1010110 111000 1111000 11100 110101 0 110101 100001100 100100 100011

Color Harmonies of #563878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563878

Black with #563878

Text Example


Text Example

White with #563878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563878; }

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

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

background-color css

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

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

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

border-color css

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

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

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