Html Css Color HEX #563886 Kingfisher Daisy

📋 copy color: '#563886'

red 86 ◦ green 56 ◦ blue 134

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

Shades of Kingfisher Daisy #563886

Tints of Kingfisher Daisy #563886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 48.55%

R = 31.16%
G = 20.29%
B = 48.55%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#563886 (or 0x563886) is known color: Kingfisher Daisy. HEX triplet: 56, 38 and 86. RGB value is (86,56,134). Sum of RGB (Red+Green+Blue) = 86+56+134=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #563886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563886 is #A9C779. Grayscale: #494949. Windows color (decimal): -11126650 or 8796246. OLE color: 8796246.

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

Color convert

RGB 86 56 134 -
CMYK 0.36 0.58 0 0.47
HSL 263.08º 0.41% 0.37% -
HSV(B) 263.08º 0.58% 0.53% -
XYZ 9.56 6.53 23.31 -
YUV 73.86 161.94 136.66 -
System Red Green Blue C M Y K H S L
Decimal 86 56 134 0.36 0.58 0 0.47 263.08 0.41 0.37
Hex 56 38 86 24 3A 0 2F 107 29 25
Octal 126 70 206 44 72 0 57 407 51 45
Binary 1010110 111000 10000110 100100 111010 0 101111 100000111 101001 100101

Color Harmonies of #563886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563886

Black with #563886

Text Example


Text Example

White with #563886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563886; }

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

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

background-color css

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

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

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

border-color css

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

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

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