#58267D

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

Shades of Kingfisher Daisy #58267D

Tints of Kingfisher Daisy #58267D

Color information

#58267D (or 0x58267D) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 26 and 7D. RGB value is (88,38,125). Sum of RGB (Red+Green+Blue) = 88+38+125=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #58267D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58267D is #A7D982. Grayscale: #3E3E3E. Windows color (decimal): -11000195 or 8201816. OLE color: 8201816.

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

Color convert

RGB8838125-
CMYK0.300.7000.51
HSL274.48º53.37%31.96%-
HSV(B)274.48º69.6%49.02%-
XYZ8.424.9419.91-
YUV62.87163.06145.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 38 (15.23% from 255) = 15.14%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=35.06%
G=15.14%
B=49.80%

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
Decimal88381250.300.7000.51274.4853.3731.96
Hex58267D1E460331123520
Octal13046175361060634226540
Binary101100010011011111011111010001100110011100010010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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