#58287A

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

Shades of Kingfisher Daisy #58287A

Tints of Kingfisher Daisy #58287A

Color information

#58287A (or 0x58287A) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 28 and 7A. RGB value is (88,40,122). Sum of RGB (Red+Green+Blue) = 88+40+122=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #58287A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58287A is #A7D785. Grayscale: #3F3F3F. Windows color (decimal): -10999686 or 8005720. OLE color: 8005720.

HSL color Cylindrical-coordinate representation of color #58287A: hue angle of 275.12º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58287A is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8840122-
CMYK0.280.6700.52
HSL275.12º50.62%31.76%-
HSV(B)275.12º67.21%47.84%-
XYZ8.3518.94-
YUV63.7160.9145.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.2%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 122 (48.05% from 255) = 48.8%
R=35.2%
G=16%
B=48.8%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88401220.280.6700.52275.1250.6231.76
Hex58287A1C430341133320
Octal13050172341030644236340
Binary101100010100011110101110010000110110100100010011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58287A; }

 p { color: rgb(88,40,122); }

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

<style>
 a { background-color: #58287A; }

 a { background-color: rgb(88,40,122); }

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

<style>
 span { border-color: #58287A; }

 span { border-color: rgb(88,40,122); }

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