#563B75

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

Shades of Kingfisher Daisy #563B75

Tints of Kingfisher Daisy #563B75

Color information

#563B75 (or 0x563B75) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 3B and 75. RGB value is (86,59,117). Sum of RGB (Red+Green+Blue) = 86+59+117=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #563B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563B75 is #A9C48A. Grayscale: #494949. Windows color (decimal): -11125899 or 7682902. OLE color: 7682902.

HSL color Cylindrical-coordinate representation of color #563B75: hue angle of 267.93º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #563B75 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8659117-
CMYK0.260.5000.54
HSL267.93º32.95%34.51%-
HSV(B)267.93º49.57%45.88%-
XYZ8.616.3917.61-
YUV73.68152.45136.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 59 (23.44% from 255) = 22.52%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=32.82%
G=22.52%
B=44.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86591170.260.5000.54267.9332.9534.51
Hex563B751A3203610c2123
Octal1267316532620664144143
Binary10101101110111110101110101100100110110100001100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563B75; }

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

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

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

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

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

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

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

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