Html Css Color HEX #563678 Kingfisher Daisy

📋 copy color: '#563678'

red 86 ◦ green 54 ◦ blue 120

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

Shades of Kingfisher Daisy #563678

Tints of Kingfisher Daisy #563678

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.77%

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

R = 33.08%
G = 20.77%
B = 46.15%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#563678 (or 0x563678) is known color: Kingfisher Daisy. HEX triplet: 56, 36 and 78. RGB value is (86,54,120). Sum of RGB (Red+Green+Blue) = 86+54+120=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #563678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563678 is #A9C987. Grayscale: #464646. Windows color (decimal): -11127176 or 7878230. OLE color: 7878230.

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

Color convert

RGB 86 54 120 -
CMYK 0.28 0.55 0 0.53
HSL 269.09º 0.38% 0.34% -
HSV(B) 269.09º 0.55% 0.47% -
XYZ 8.55 5.97 18.47 -
YUV 71.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 86 54 120 0.28 0.55 0 0.53 269.09 0.38 0.34
Hex 56 36 78 1C 37 0 35 10D 26 22
Octal 126 66 170 34 67 0 65 415 46 42
Binary 1010110 110110 1111000 11100 110111 0 110101 100001101 100110 100010

Color Harmonies of #563678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563678

Black with #563678

Text Example


Text Example

White with #563678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563678; }

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

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

background-color css

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

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

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

border-color css

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

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

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