#5F338E

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

Shades of Kingfisher Daisy #5F338E

Tints of Kingfisher Daisy #5F338E

Color information

#5F338E (or 0x5F338E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 33 and 8E. RGB value is (95,51,142). Sum of RGB (Red+Green+Blue) = 95+51+142=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F338E is #A0CC71. Grayscale: #4A4A4A. Windows color (decimal): -10538098 or 9319263. OLE color: 9319263.

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

Color convert

RGB9551142-
CMYK0.330.6400.44
HSL269.01º47.15%37.84%-
HSV(B)269.01º64.08%55.69%-
XYZ10.796.7526.33-
YUV74.53166.08142.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.99%
GREEN value IS 51 (20.31% from 255) = 17.71%
BLUE value IS 142 (55.86% from 255) = 49.31%
R=32.99%
G=17.71%
B=49.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95511420.330.6400.44269.0147.1537.84
Hex5F338E214002C10d2f26
Octal13763216411000544155746
Binary10111111100111000111010000110000000101100100001101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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