#5F2686

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

Shades of Kingfisher Daisy #5F2686

Tints of Kingfisher Daisy #5F2686

Color information

#5F2686 (or 0x5F2686) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 26 and 86. RGB value is (95,38,134). Sum of RGB (Red+Green+Blue) = 95+38+134=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #5F2686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2686 is #A0D979. Grayscale: #414141. Windows color (decimal): -10541434 or 8791647. OLE color: 8791647.

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

Color convert

RGB9538134-
CMYK0.290.7200.47
HSL275.62º55.81%33.73%-
HSV(B)275.62º71.64%52.55%-
XYZ9.725.5423.11-
YUV65.99166.38148.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.58%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 134 (52.73% from 255) = 50.19%
R=35.58%
G=14.23%
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.47
SystemRedGreenBlueCMYKHSL
Decimal95381340.290.7200.47275.6255.8133.73
Hex5F26861D4802F1143822
Octal13746206351100574247042
Binary1011111100110100001101110110010000101111100010100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,38,134); }

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

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

 a { background-color: rgb(95,38,134); }

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

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

 span { border-color: rgb(95,38,134); }

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