#58407F

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

Shades of Kingfisher Daisy #58407F

Tints of Kingfisher Daisy #58407F

Color information

#58407F (or 0x58407F) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 40 and 7F. RGB value is (88,64,127). Sum of RGB (Red+Green+Blue) = 88+64+127=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #58407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58407F is #A7BF80. Grayscale: #4E4E4E. Windows color (decimal): -10993537 or 8339544. OLE color: 8339544.

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

Color convert

RGB8864127-
CMYK0.310.5000.50
HSL262.86º32.98%37.45%-
HSV(B)262.86º49.61%49.8%-
XYZ9.697.2720.97-
YUV78.36155.45134.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 127 (50% from 255) = 45.52%
R=31.54%
G=22.94%
B=45.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88641270.310.5000.50262.8632.9837.45
Hex58407F1F320321072125
Octal13010017737620624074145
Binary101100010000001111111111111100100110010100000111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58407F; }

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

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

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

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

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

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

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

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