#5F2585

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

Shades of Kingfisher Daisy #5F2585

Tints of Kingfisher Daisy #5F2585

Color information

#5F2585 (or 0x5F2585) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 25 and 85. RGB value is (95,37,133). Sum of RGB (Red+Green+Blue) = 95+37+133=265 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.85% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F2585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2585 is #A0DA7A. Grayscale: #404040. Windows color (decimal): -10541691 or 8725855. OLE color: 8725855.

HSL color Cylindrical-coordinate representation of color #5F2585: hue angle of 276.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F2585 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9537133-
CMYK0.290.7200.48
HSL276.25º56.47%33.33%-
HSV(B)276.25º72.18%52.16%-
XYZ9.615.4522.74-
YUV65.29166.22149.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.85%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=35.85%
G=13.96%
B=50.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95371330.290.7200.48276.2556.4733.33
Hex5F25851D480301143821
Octal13745205351100604247041
Binary1011111100101100001011110110010000110000100010100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F2585; }

 p { color: rgb(95,37,133); }

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

<style>
 a { background-color: #5F2585; }

 a { background-color: rgb(95,37,133); }

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

<style>
 span { border-color: #5F2585; }

 span { border-color: rgb(95,37,133); }

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