#563088

Color #563088 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #563088

Tints of Kingfisher Daisy #563088

Color information

#563088 (or 0x563088) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 30 and 88. RGB value is (86,48,136). Sum of RGB (Red+Green+Blue) = 86+48+136=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #563088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563088 is #A9CF77. Grayscale: #454545. Windows color (decimal): -11128696 or 8925270. OLE color: 8925270.

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

Color convert

RGB8648136-
CMYK0.370.6500.47
HSL265.91º47.83%36.08%-
HSV(B)265.91º64.71%53.33%-
XYZ9.345.8723.93-
YUV69.39165.59139.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 136 (53.52% from 255) = 50.37%
R=31.85%
G=17.78%
B=50.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86481360.370.6500.47265.9147.8336.08
Hex563088254102F10a3024
Octal12660210451010574126044
Binary10101101100001000100010010110000010101111100001010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563088; }

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

 H1.HeaderClassName
 {
   color: #563088;
 }
 .AnyTagClassName
 {
   color: #563088;
 }
</style>
background-color css

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

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

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

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

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

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