#562390

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

Shades of Kingfisher Daisy #562390

Tints of Kingfisher Daisy #562390

Color information

#562390 (or 0x562390) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 23 and 90. RGB value is (86,35,144). Sum of RGB (Red+Green+Blue) = 86+35+144=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #562390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562390 is #A9DC6F. Grayscale: #3E3E3E. Windows color (decimal): -11132016 or 9446230. OLE color: 9446230.

HSL color Cylindrical-coordinate representation of color #562390: hue angle of 268.07º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562390 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8635144-
CMYK0.400.7600.44
HSL268.07º60.89%35.1%-
HSV(B)268.07º75.69%56.47%-
XYZ9.475.1926.89-
YUV62.68173.9144.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 35 (14.06% from 255) = 13.21%
BLUE value IS 144 (56.64% from 255) = 54.34%
R=32.45%
G=13.21%
B=54.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86351440.400.7600.44268.0760.8935.1
Hex562390284C02C10c3d23
Octal12643220501140544147543
Binary10101101000111001000010100010011000101100100001100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562390; }

 p { color: rgb(86,35,144); }

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

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

 a { background-color: rgb(86,35,144); }

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

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

 span { border-color: rgb(86,35,144); }

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