#582A77

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

Shades of Kingfisher Daisy #582A77

Tints of Kingfisher Daisy #582A77

Color information

#582A77 (or 0x582A77) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 2A and 77. RGB value is (88,42,119). Sum of RGB (Red+Green+Blue) = 88+42+119=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #582A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582A77 is #A7D588. Grayscale: #404040. Windows color (decimal): -10999177 or 7809624. OLE color: 7809624.

HSL color Cylindrical-coordinate representation of color #582A77: hue angle of 275.84º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #582A77 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8842119-
CMYK0.260.6500.53
HSL275.84º47.83%31.57%-
HSV(B)275.84º64.71%46.67%-
XYZ8.185.0618-
YUV64.53158.74144.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 42 (16.80% from 255) = 16.87%
BLUE value IS 119 (46.88% from 255) = 47.79%
R=35.34%
G=16.87%
B=47.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88421190.260.6500.53275.8447.8331.57
Hex582A771A410351143020
Octal13052167321010654246040
Binary101100010101011101111101010000010110101100010100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582A77; }

 p { color: rgb(88,42,119); }

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

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

 a { background-color: rgb(88,42,119); }

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

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

 span { border-color: rgb(88,42,119); }

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