Html Css Color HEX #563478 Kingfisher Daisy

📋 copy color: '#563478'

red 86 ◦ green 52 ◦ blue 120

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

Shades of Kingfisher Daisy #563478

Tints of Kingfisher Daisy #563478

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.16%

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

R = 33.33%
G = 20.16%
B = 46.51%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#563478 (or 0x563478) is known color: Kingfisher Daisy. HEX triplet: 56, 34 and 78. RGB value is (86,52,120). Sum of RGB (Red+Green+Blue) = 86+52+120=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #563478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563478 is #A9CB87. Grayscale: #454545. Windows color (decimal): -11127688 or 7877718. OLE color: 7877718.

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

Color convert

RGB 86 52 120 -
CMYK 0.28 0.57 0 0.53
HSL 270º 0.4% 0.34% -
HSV(B) 270º 0.57% 0.47% -
XYZ 8.46 5.79 18.44 -
YUV 69.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 86 52 120 0.28 0.57 0 0.53 270 0.4 0.34
Hex 56 34 78 1C 39 0 35 10E 28 22
Octal 126 64 170 34 71 0 65 416 50 42
Binary 1010110 110100 1111000 11100 111001 0 110101 100001110 101000 100010

Color Harmonies of #563478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563478

Black with #563478

Text Example


Text Example

White with #563478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563478; }

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

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

background-color css

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

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

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

border-color css

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

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

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