#5F337D

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

Shades of Kingfisher Daisy #5F337D

Tints of Kingfisher Daisy #5F337D

Color information

#5F337D (or 0x5F337D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 33 and 7D. RGB value is (95,51,125). Sum of RGB (Red+Green+Blue) = 95+51+125=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F337D is #A0CC82. Grayscale: #484848. Windows color (decimal): -10538115 or 8205151. OLE color: 8205151.

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

Color convert

RGB9551125-
CMYK0.240.5900.51
HSL275.68º42.05%34.51%-
HSV(B)275.68º59.2%49.02%-
XYZ9.66.2820.11-
YUV72.59157.58143.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.06%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 125 (49.22% from 255) = 46.13%
R=35.06%
G=18.82%
B=46.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95511250.240.5900.51275.6842.0534.51
Hex5F337D183B0331142a23
Octal1376317530730634245243
Binary10111111100111111101110001110110110011100010100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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