#58417D

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

Shades of Kingfisher Daisy #58417D

Tints of Kingfisher Daisy #58417D

Color information

#58417D (or 0x58417D) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 41 and 7D. RGB value is (88,65,125). Sum of RGB (Red+Green+Blue) = 88+65+125=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #58417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58417D is #A7BE82. Grayscale: #4E4E4E. Windows color (decimal): -10993283 or 8208728. OLE color: 8208728.

HSL color Cylindrical-coordinate representation of color #58417D: hue angle of 263º degrees, saturation: 0.32, 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 #58417D is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8865125-
CMYK0.300.4800.51
HSL263º31.58%37.25%-
HSV(B)263º48%49.02%-
XYZ9.627.3420.31-
YUV78.72154.12134.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.65%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=31.65%
G=23.38%
B=44.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88651250.300.4800.5126331.5837.25
Hex58417D1E300331072025
Octal13010117536600634074045
Binary101100010000011111101111101100000110011100000111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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