#58238C

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

Shades of Kingfisher Daisy #58238C

Tints of Kingfisher Daisy #58238C

Color information

#58238C (or 0x58238C) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 23 and 8C. RGB value is (88,35,140). Sum of RGB (Red+Green+Blue) = 88+35+140=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #58238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58238C is #A7DC73. Grayscale: #3E3E3E. Windows color (decimal): -11000948 or 9184088. OLE color: 9184088.

HSL color Cylindrical-coordinate representation of color #58238C: hue angle of 270.29º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58238C is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8835140-
CMYK0.370.7500.45
HSL270.29º60%34.31%-
HSV(B)270.29º75%54.9%-
XYZ9.365.1725.32-
YUV62.82171.56145.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 35 (14.06% from 255) = 13.31%
BLUE value IS 140 (55.08% from 255) = 53.23%
R=33.46%
G=13.31%
B=53.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88351400.370.7500.45270.296034.31
Hex58238C254B02D10e3c22
Octal13043214451130554167442
Binary10110001000111000110010010110010110101101100001110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58238C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,35,140); }

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

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

 a { background-color: rgb(88,35,140); }

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

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

 span { border-color: rgb(88,35,140); }

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