#584081

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

Shades of Kingfisher Daisy #584081

Tints of Kingfisher Daisy #584081

Color information

#584081 (or 0x584081) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 40 and 81. RGB value is (88,64,129). Sum of RGB (Red+Green+Blue) = 88+64+129=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #584081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584081 is #A7BF7E. Grayscale: #4E4E4E. Windows color (decimal): -10993535 or 8470616. OLE color: 8470616.

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

Color convert

RGB8864129-
CMYK0.320.5000.49
HSL262.15º33.68%37.84%-
HSV(B)262.15º50.39%50.59%-
XYZ9.827.3321.67-
YUV78.59156.45134.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=31.32%
G=22.78%
B=45.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88641290.320.5000.49262.1533.6837.84
Hex58408120320311062226
Octal13010020140620614064246
Binary10110001000000100000011000001100100110001100000110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584081; }

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

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

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

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

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

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

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

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