#58267c

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

Shades of Kingfisher Daisy #58267C

Tints of Kingfisher Daisy #58267C

Color information

#58267C (or 0x58267C) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 26 and 7C. RGB value is (88,38,124). Sum of RGB (Red+Green+Blue) = 88+38+124=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #58267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58267C is #A7D983. Grayscale: #3E3E3E. Windows color (decimal): -11000196 or 8136280. OLE color: 8136280.

HSL color Cylindrical-coordinate representation of color #58267C: hue angle of 274.88º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58267C is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8838124-
CMYK0.290.6900.51
HSL274.88º53.09%31.76%-
HSV(B)274.88º69.35%48.63%-
XYZ8.364.9219.58-
YUV62.75162.56146.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.2%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=35.2%
G=15.2%
B=49.6%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88381240.290.6900.51274.8853.0931.76
Hex58267C1D450331133520
Octal13046174351050634236540
Binary101100010011011111001110110001010110011100010011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58267c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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