Html Css Color HEX #563A76 Kingfisher Daisy

📋 copy color: '#563A76'

red 86 ◦ green 58 ◦ blue 118

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

Shades of Kingfisher Daisy #563A76

Tints of Kingfisher Daisy #563A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.14%

 BLUE value IS 118 (46.48% from 255) = 45.04%

R = 32.82%
G = 22.14%
B = 45.04%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#563A76 (or 0x563A76) is known color: Kingfisher Daisy. HEX triplet: 56, 3A and 76. RGB value is (86,58,118). Sum of RGB (Red+Green+Blue) = 86+58+118=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #563A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563A76 is #A9C589. Grayscale: #494949. Windows color (decimal): -11126154 or 7748182. OLE color: 7748182.

HSL color Cylindrical-coordinate representation of color #563A76: hue angle of 268º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #563A76 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 58 118 -
CMYK 0.27 0.51 0 0.54
HSL 268º 0.34% 0.35% -
HSV(B) 268º 0.51% 0.46% -
XYZ 8.62 6.31 17.9 -
YUV 73.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 86 58 118 0.27 0.51 0 0.54 268 0.34 0.35
Hex 56 3A 76 1B 33 0 36 10C 22 23
Octal 126 72 166 33 63 0 66 414 42 43
Binary 1010110 111010 1110110 11011 110011 0 110110 100001100 100010 100011

Color Harmonies of #563A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A76

Black with #563A76

Text Example


Text Example

White with #563A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563A76; }

 p { color: rgb(86,58,118); }

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

background-color css

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

 a { background-color: rgb(86,58,118); }

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

border-color css

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

 span { border-color: rgb(86,58,118); }

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