#564073

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

Shades of Kingfisher Daisy #564073

Tints of Kingfisher Daisy #564073

Color information

#564073 (or 0x564073) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 40 and 73. RGB value is (86,64,115). Sum of RGB (Red+Green+Blue) = 86+64+115=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #564073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564073 is #A9BF8C. Grayscale: #4C4C4C. Windows color (decimal): -11124621 or 7553110. OLE color: 7553110.

HSL color Cylindrical-coordinate representation of color #564073: hue angle of 265.88º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564073 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8664115-
CMYK0.250.4400.55
HSL265.88º28.49%35.1%-
HSV(B)265.88º44.35%45.1%-
XYZ8.776.8817.09-
YUV76.39149.79134.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 115 (45.31% from 255) = 43.40%
R=32.45%
G=24.15%
B=43.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86641150.250.4400.55265.8828.4935.1
Hex564073192C03710a1c23
Octal12610016331540674123443
Binary10101101000000111001111001101100011011110000101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564073; }

 p { color: rgb(86,64,115); }

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

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

 a { background-color: rgb(86,64,115); }

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

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

 span { border-color: rgb(86,64,115); }

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