#562098

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

Shades of Kingfisher Daisy #562098

Tints of Kingfisher Daisy #562098

Color information

#562098 (or 0x562098) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 20 and 98. RGB value is (86,32,152). Sum of RGB (Red+Green+Blue) = 86+32+152=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #562098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562098 is #A9DF67. Grayscale: #3D3D3D. Windows color (decimal): -11132776 or 9969750. OLE color: 9969750.

HSL color Cylindrical-coordinate representation of color #562098: hue angle of 267º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562098 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8632152-
CMYK0.430.7900.40
HSL267º65.22%36.08%-
HSV(B)267º78.95%59.61%-
XYZ10.025.2830.2-
YUV61.83178.89145.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 32 (12.89% from 255) = 11.85%
BLUE value IS 152 (59.77% from 255) = 56.30%
R=31.85%
G=11.85%
B=56.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86321520.430.7900.4026765.2236.08
Hex5620982B4F02810b4124
Octal126402305311705041310144
Binary101011010000010011000101011100111101010001000010111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562098; }

 p { color: rgb(86,32,152); }

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

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

 a { background-color: rgb(86,32,152); }

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

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

 span { border-color: rgb(86,32,152); }

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