#563075

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

Shades of Kingfisher Daisy #563075

Tints of Kingfisher Daisy #563075

Color information

#563075 (or 0x563075) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 30 and 75. RGB value is (86,48,117). Sum of RGB (Red+Green+Blue) = 86+48+117=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #563075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563075 is #A9CF8A. Grayscale: #424242. Windows color (decimal): -11128715 or 7680086. OLE color: 7680086.

HSL color Cylindrical-coordinate representation of color #563075: hue angle of 273.04º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #563075 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8648117-
CMYK0.260.5900.54
HSL273.04º41.82%32.35%-
HSV(B)273.04º58.97%45.88%-
XYZ8.115.3817.44-
YUV67.23156.09141.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=34.26%
G=19.12%
B=46.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86481170.260.5900.54273.0441.8232.35
Hex5630751A3B0361112a20
Octal1266016532730664215240
Binary10101101100001110101110101110110110110100010001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563075; }

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

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

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

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

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

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

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

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