#58227B

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

Shades of Kingfisher Daisy #58227B

Tints of Kingfisher Daisy #58227B

Color information

#58227B (or 0x58227B) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 22 and 7B. RGB value is (88,34,123). Sum of RGB (Red+Green+Blue) = 88+34+123=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #58227B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58227B is #A7DD84. Grayscale: #3B3B3B. Windows color (decimal): -11001221 or 8069720. OLE color: 8069720.

HSL color Cylindrical-coordinate representation of color #58227B: hue angle of 276.4º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58227B is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8834123-
CMYK0.280.7200.52
HSL276.4º56.69%30.78%-
HSV(B)276.4º72.36%48.24%-
XYZ8.174.6519.21-
YUV60.29163.39147.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 123 (48.44% from 255) = 50.20%
R=35.92%
G=13.88%
B=50.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88341230.280.7200.52276.456.6930.78
Hex58227B1C48034114391f
Octal13042173341100644247137
Binary10110001000101111011111001001000011010010001010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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