#58287B

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

Shades of Kingfisher Daisy #58287B

Tints of Kingfisher Daisy #58287B

Color information

#58287B (or 0x58287B) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 28 and 7B. RGB value is (88,40,123). Sum of RGB (Red+Green+Blue) = 88+40+123=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #58287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58287B is #A7D784. Grayscale: #3F3F3F. Windows color (decimal): -10999685 or 8071256. OLE color: 8071256.

HSL color Cylindrical-coordinate representation of color #58287B: hue angle of 274.7º 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 #58287B is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8840123-
CMYK0.280.6700.52
HSL274.7º50.92%31.96%-
HSV(B)274.7º67.48%48.24%-
XYZ8.365.0219.27-
YUV63.81161.4145.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 40 (16.02% from 255) = 15.94%
BLUE value IS 123 (48.44% from 255) = 49.00%
R=35.06%
G=15.94%
B=49.00%

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
Decimal88401230.280.6700.52274.750.9231.96
Hex58287B1C430341133320
Octal13050173341030644236340
Binary101100010100011110111110010000110110100100010011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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