#5F288E

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

Shades of Kingfisher Daisy #5F288E

Tints of Kingfisher Daisy #5F288E

Color information

#5F288E (or 0x5F288E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 28 and 8E. RGB value is (95,40,142). Sum of RGB (Red+Green+Blue) = 95+40+142=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F288E is #A0D771. Grayscale: #434343. Windows color (decimal): -10540914 or 9316447. OLE color: 9316447.

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

Color convert

RGB9540142-
CMYK0.330.7200.44
HSL272.35º56.04%35.69%-
HSV(B)272.35º71.83%55.69%-
XYZ10.365.926.18-
YUV68.07169.72147.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.30%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=34.30%
G=14.44%
B=51.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95401420.330.7200.44272.3556.0435.69
Hex5F288E214802C1103824
Octal13750216411100544207044
Binary10111111010001000111010000110010000101100100010000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,40,142); }

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

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

 a { background-color: rgb(95,40,142); }

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

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

 span { border-color: rgb(95,40,142); }

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