#562082

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

Shades of Kingfisher Daisy #562082

Tints of Kingfisher Daisy #562082

Color information

#562082 (or 0x562082) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 20 and 82. RGB value is (86,32,130). Sum of RGB (Red+Green+Blue) = 86+32+130=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #562082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562082 is #A9DF7D. Grayscale: #3A3A3A. Windows color (decimal): -11132798 or 8527958. OLE color: 8527958.

HSL color Cylindrical-coordinate representation of color #562082: hue angle of 273.06º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #562082 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8632130-
CMYK0.340.7500.49
HSL273.06º60.49%31.76%-
HSV(B)273.06º75.38%50.98%-
XYZ8.384.6221.57-
YUV59.32167.89147.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 130 (51.17% from 255) = 52.42%
R=34.68%
G=12.90%
B=52.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86321300.340.7500.49273.0660.4931.76
Hex562082224B0311113c20
Octal12640202421130614217440
Binary10101101000001000001010001010010110110001100010001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562082; }

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

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

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

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

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

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

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

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