#5F237F

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

Shades of Kingfisher Daisy #5F237F

Tints of Kingfisher Daisy #5F237F

Color information

#5F237F (or 0x5F237F) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 23 and 7F. RGB value is (95,35,127). Sum of RGB (Red+Green+Blue) = 95+35+127=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F237F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F237F is #A0DC80. Grayscale: #3F3F3F. Windows color (decimal): -10542209 or 8332127. OLE color: 8332127.

HSL color Cylindrical-coordinate representation of color #5F237F: hue angle of 279.13º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F237F is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9535127-
CMYK0.250.7200.50
HSL279.13º56.79%31.76%-
HSV(B)279.13º72.44%49.8%-
XYZ9.155.1720.59-
YUV63.43163.88150.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.96%
GREEN value IS 35 (14.06% from 255) = 13.62%
BLUE value IS 127 (50% from 255) = 49.42%
R=36.96%
G=13.62%
B=49.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal95351270.250.7200.50279.1356.7931.76
Hex5F237F19480321173920
Octal13743177311100624277140
Binary101111110001111111111100110010000110010100010111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,35,127); }

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

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

 a { background-color: rgb(95,35,127); }

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

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

 span { border-color: rgb(95,35,127); }

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