#584080

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

Shades of Kingfisher Daisy #584080

Tints of Kingfisher Daisy #584080

Color information

#584080 (or 0x584080) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 40 and 80. RGB value is (88,64,128). Sum of RGB (Red+Green+Blue) = 88+64+128=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #584080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584080 is #A7BF7F. Grayscale: #4E4E4E. Windows color (decimal): -10993536 or 8405080. OLE color: 8405080.

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

Color convert

RGB8864128-
CMYK0.310.500.50
HSL262.5º33.33%37.65%-
HSV(B)262.5º50%50.2%-
XYZ9.757.321.32-
YUV78.47155.95134.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=31.43%
G=22.86%
B=45.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88641280.310.500.50262.533.3337.65
Hex5840801F320321062126
Octal13010020037620624064146
Binary1011000100000010000000111111100100110010100000110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584080; }

 p { color: rgb(88,64,128); }

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

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

 a { background-color: rgb(88,64,128); }

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

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

 span { border-color: rgb(88,64,128); }

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