Html Css Color HEX #563086 Kingfisher Daisy

📋 copy color: '#563086'

red 86 ◦ green 48 ◦ blue 134

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

Shades of Kingfisher Daisy #563086

Tints of Kingfisher Daisy #563086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

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

R = 32.09%
G = 17.91%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#563086 (or 0x563086) is known color: Kingfisher Daisy. HEX triplet: 56, 30 and 86. RGB value is (86,48,134). Sum of RGB (Red+Green+Blue) = 86+48+134=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #563086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563086 is #A9CF79. Grayscale: #444444. Windows color (decimal): -11128698 or 8794198. OLE color: 8794198.

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

Color convert

RGB 86 48 134 -
CMYK 0.36 0.64 0 0.47
HSL 266.51º 0.47% 0.36% -
HSV(B) 266.51º 0.64% 0.53% -
XYZ 9.2 5.81 23.19 -
YUV 69.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 86 48 134 0.36 0.64 0 0.47 266.51 0.47 0.36
Hex 56 30 86 24 40 0 2F 10B 2F 24
Octal 126 60 206 44 100 0 57 413 57 44
Binary 1010110 110000 10000110 100100 1000000 0 101111 100001011 101111 100100

Color Harmonies of #563086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563086

Black with #563086

Text Example


Text Example

White with #563086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563086; }

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

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

background-color css

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

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

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

border-color css

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

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

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