#562694

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

Shades of Kingfisher Daisy #562694

Tints of Kingfisher Daisy #562694

Color information

#562694 (or 0x562694) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 26 and 94. RGB value is (86,38,148). Sum of RGB (Red+Green+Blue) = 86+38+148=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #562694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562694 is #A9D96B. Grayscale: #404040. Windows color (decimal): -11131244 or 9709142. OLE color: 9709142.

HSL color Cylindrical-coordinate representation of color #562694: hue angle of 266.18º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #562694 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8638148-
CMYK0.420.7400.42
HSL266.18º59.14%36.47%-
HSV(B)266.18º74.32%58.04%-
XYZ9.885.528.56-
YUV64.89174.9143.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 148 (58.20% from 255) = 54.41%
R=31.62%
G=13.97%
B=54.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86381480.420.7400.42266.1859.1436.47
Hex5626942A4A02A10a3b24
Octal12646224521120524127344
Binary10101101001101001010010101010010100101010100001010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562694; }

 p { color: rgb(86,38,148); }

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

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

 a { background-color: rgb(86,38,148); }

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

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

 span { border-color: rgb(86,38,148); }

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