#5F3382

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

Shades of Kingfisher Daisy #5F3382

Tints of Kingfisher Daisy #5F3382

Color information

#5F3382 (or 0x5F3382) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 33 and 82. RGB value is (95,51,130). Sum of RGB (Red+Green+Blue) = 95+51+130=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #5F3382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3382 is #A0CC7D. Grayscale: #484848. Windows color (decimal): -10538110 or 8532831. OLE color: 8532831.

HSL color Cylindrical-coordinate representation of color #5F3382: hue angle of 273.42º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F3382 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9551130-
CMYK0.270.6100.49
HSL273.42º43.65%35.49%-
HSV(B)273.42º60.77%50.98%-
XYZ9.936.4121.83-
YUV73.16160.08143.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.42%
GREEN value IS 51 (20.31% from 255) = 18.48%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=34.42%
G=18.48%
B=47.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95511300.270.6100.49273.4243.6535.49
Hex5F33821B3D0311112c23
Octal1376320233750614215443
Binary101111111001110000010110111111010110001100010001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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