#562A80

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

Shades of Kingfisher Daisy #562A80

Tints of Kingfisher Daisy #562A80

Color information

#562A80 (or 0x562A80) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 2A and 80. RGB value is (86,42,128). Sum of RGB (Red+Green+Blue) = 86+42+128=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #562A80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562A80 is #A9D57F. Grayscale: #404040. Windows color (decimal): -11130240 or 8399446. OLE color: 8399446.

HSL color Cylindrical-coordinate representation of color #562A80: hue angle of 270.7º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #562A80 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8642128-
CMYK0.330.6700.50
HSL270.7º50.59%33.33%-
HSV(B)270.7º67.19%50.2%-
XYZ8.565.1920.97-
YUV64.96163.58143.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 42 (16.80% from 255) = 16.41%
BLUE value IS 128 (50.39% from 255) = 50%
R=33.59%
G=16.41%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86421280.330.6700.50270.750.5933.33
Hex562A80214303210f3321
Octal12652200411030624176341
Binary10101101010101000000010000110000110110010100001111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562A80; }

 p { color: rgb(86,42,128); }

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

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

 a { background-color: rgb(86,42,128); }

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

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

 span { border-color: rgb(86,42,128); }

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