Html Css Color HEX #563986 Kingfisher Daisy

📋 copy color: '#563986'

red 86 ◦ green 57 ◦ blue 134

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

Shades of Kingfisher Daisy #563986

Tints of Kingfisher Daisy #563986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.58%

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

R = 31.05%
G = 20.58%
B = 48.38%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#563986 (or 0x563986) is known color: Kingfisher Daisy. HEX triplet: 56, 39 and 86. RGB value is (86,57,134). Sum of RGB (Red+Green+Blue) = 86+57+134=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #563986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563986 is #A9C679. Grayscale: #4A4A4A. Windows color (decimal): -11126394 or 8796502. OLE color: 8796502.

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

Color convert

RGB 86 57 134 -
CMYK 0.36 0.57 0 0.47
HSL 262.6º 0.4% 0.37% -
HSV(B) 262.6º 0.57% 0.53% -
XYZ 9.6 6.63 23.33 -
YUV 74.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 86 57 134 0.36 0.57 0 0.47 262.6 0.4 0.37
Hex 56 39 86 24 39 0 2F 107 28 25
Octal 126 71 206 44 71 0 57 407 50 45
Binary 1010110 111001 10000110 100100 111001 0 101111 100000111 101000 100101

Color Harmonies of #563986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563986

Black with #563986

Text Example


Text Example

White with #563986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563986; }

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

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

background-color css

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

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

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

border-color css

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

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

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