#582785

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

Shades of Kingfisher Daisy #582785

Tints of Kingfisher Daisy #582785

Color information

#582785 (or 0x582785) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 27 and 85. RGB value is (88,39,133). Sum of RGB (Red+Green+Blue) = 88+39+133=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #582785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582785 is #A7D87A. Grayscale: #404040. Windows color (decimal): -10999931 or 8726360. OLE color: 8726360.

HSL color Cylindrical-coordinate representation of color #582785: hue angle of 271.28º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #582785 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8839133-
CMYK0.340.7100.48
HSL271.28º54.65%33.73%-
HSV(B)271.28º70.68%52.16%-
XYZ8.985.2222.72-
YUV64.37166.73144.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.85%
GREEN value IS 39 (15.62% from 255) = 15%
BLUE value IS 133 (52.34% from 255) = 51.15%
R=33.85%
G=15%
B=51.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88391330.340.7100.48271.2854.6533.73
Hex582785224703010f3722
Octal13047205421070604176742
Binary10110001001111000010110001010001110110000100001111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582785; }

 p { color: rgb(88,39,133); }

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

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

 a { background-color: rgb(88,39,133); }

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

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

 span { border-color: rgb(88,39,133); }

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