#58417C

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

Shades of Kingfisher Daisy #58417C

Tints of Kingfisher Daisy #58417C

Color information

#58417C (or 0x58417C) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 41 and 7C. RGB value is (88,65,124). Sum of RGB (Red+Green+Blue) = 88+65+124=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #58417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58417C is #A7BE83. Grayscale: #4E4E4E. Windows color (decimal): -10993284 or 8143192. OLE color: 8143192.

HSL color Cylindrical-coordinate representation of color #58417C: hue angle of 263.39º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58417C is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8865124-
CMYK0.290.4800.51
HSL263.39º31.22%37.06%-
HSV(B)263.39º47.58%48.63%-
XYZ9.557.3119.98-
YUV78.6153.62134.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=31.77%
G=23.47%
B=44.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88651240.290.4800.51263.3931.2237.06
Hex58417C1D300331071f25
Octal13010117435600634073745
Binary10110001000001111110011101110000011001110000011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58417C; }

 p { color: rgb(88,65,124); }

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

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

 a { background-color: rgb(88,65,124); }

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

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

 span { border-color: rgb(88,65,124); }

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