#58227C

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

Shades of Kingfisher Daisy #58227C

Tints of Kingfisher Daisy #58227C

Color information

#58227C (or 0x58227C) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 22 and 7C. RGB value is (88,34,124). Sum of RGB (Red+Green+Blue) = 88+34+124=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #58227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58227C is #A7DD83. Grayscale: #3C3C3C. Windows color (decimal): -11001220 or 8135256. OLE color: 8135256.

HSL color Cylindrical-coordinate representation of color #58227C: hue angle of 276º 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 #58227C is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8834124-
CMYK0.290.7300.51
HSL276º56.96%30.98%-
HSV(B)276º72.58%48.63%-
XYZ8.234.6719.54-
YUV60.41163.89147.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.77%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 124 (48.83% from 255) = 50.41%
R=35.77%
G=13.82%
B=50.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88341240.290.7300.5127656.9630.98
Hex58227C1D49033114391f
Octal13042174351110634247137
Binary10110001000101111100111011001001011001110001010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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