#58247B

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

Shades of Kingfisher Daisy #58247B

Tints of Kingfisher Daisy #58247B

Color information

#58247B (or 0x58247B) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 24 and 7B. RGB value is (88,36,123). Sum of RGB (Red+Green+Blue) = 88+36+123=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #58247B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58247B is #A7DB84. Grayscale: #3D3D3D. Windows color (decimal): -11000709 or 8070232. OLE color: 8070232.

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

Color convert

RGB8836123-
CMYK0.280.7100.52
HSL275.86º54.72%31.18%-
HSV(B)275.86º70.73%48.24%-
XYZ8.234.7719.23-
YUV61.47162.73146.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 36 (14.45% from 255) = 14.57%
BLUE value IS 123 (48.44% from 255) = 49.80%
R=35.63%
G=14.57%
B=49.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88361230.280.7100.52275.8654.7231.18
Hex58247B1C47034114371f
Octal13044173341070644246737
Binary10110001001001111011111001000111011010010001010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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