#58257D

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

Shades of Kingfisher Daisy #58257D

Tints of Kingfisher Daisy #58257D

Color information

#58257D (or 0x58257D) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 25 and 7D. RGB value is (88,37,125). Sum of RGB (Red+Green+Blue) = 88+37+125=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #58257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58257D is #A7DA82. Grayscale: #3D3D3D. Windows color (decimal): -11000451 or 8201560. OLE color: 8201560.

HSL color Cylindrical-coordinate representation of color #58257D: hue angle of 274.77º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58257D is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8837125-
CMYK0.300.7000.51
HSL274.77º54.32%31.76%-
HSV(B)274.77º70.4%49.02%-
XYZ8.394.8819.9-
YUV62.28163.4146.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.2%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 125 (49.22% from 255) = 50%
R=35.2%
G=14.8%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88371250.300.7000.51274.7754.3231.76
Hex58257D1E460331133620
Octal13045175361060634236640
Binary101100010010111111011111010001100110011100010011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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