#582286

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

Shades of Kingfisher Daisy #582286

Tints of Kingfisher Daisy #582286

Color information

#582286 (or 0x582286) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 22 and 86. RGB value is (88,34,134). Sum of RGB (Red+Green+Blue) = 88+34+134=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #582286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582286 is #A7DD79. Grayscale: #3D3D3D. Windows color (decimal): -11001210 or 8790616. OLE color: 8790616.

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

Color convert

RGB8834134-
CMYK0.340.7500.47
HSL272.4º59.52%32.94%-
HSV(B)272.4º74.63%52.55%-
XYZ8.94.9423.04-
YUV61.55168.89146.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.38%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 134 (52.73% from 255) = 52.34%
R=34.38%
G=13.28%
B=52.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88341340.340.7500.47272.459.5232.94
Hex582286224B02F1103c21
Octal13042206421130574207441
Binary10110001000101000011010001010010110101111100010000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582286; }

 p { color: rgb(88,34,134); }

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

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

 a { background-color: rgb(88,34,134); }

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

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

 span { border-color: rgb(88,34,134); }

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