#58227D

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

Shades of Kingfisher Daisy #58227D

Tints of Kingfisher Daisy #58227D

Color information

#58227D (or 0x58227D) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 22 and 7D. RGB value is (88,34,125). Sum of RGB (Red+Green+Blue) = 88+34+125=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #58227D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58227D is #A7DD82. Grayscale: #3C3C3C. Windows color (decimal): -11001219 or 8200792. OLE color: 8200792.

HSL color Cylindrical-coordinate representation of color #58227D: hue angle of 275.6º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58227D is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8834125-
CMYK0.300.7300.51
HSL275.6º57.23%31.18%-
HSV(B)275.6º72.8%49.02%-
XYZ8.34.719.87-
YUV60.52164.39147.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 125 (49.22% from 255) = 50.61%
R=35.63%
G=13.77%
B=50.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88341250.300.7300.51275.657.2331.18
Hex58227D1E49033114391f
Octal13042175361110634247137
Binary10110001000101111101111101001001011001110001010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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