#5F217B

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

Shades of Kingfisher Daisy #5F217B

Tints of Kingfisher Daisy #5F217B

Color information

#5F217B (or 0x5F217B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 21 and 7B. RGB value is (95,33,123). Sum of RGB (Red+Green+Blue) = 95+33+123=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #5F217B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F217B is #A0DE84. Grayscale: #3D3D3D. Windows color (decimal): -10542725 or 8069471. OLE color: 8069471.

HSL color Cylindrical-coordinate representation of color #5F217B: hue angle of 281.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F217B is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9533123-
CMYK0.230.7300.52
HSL281.33º57.69%30.59%-
HSV(B)281.33º73.17%48.24%-
XYZ8.844.9519.23-
YUV61.8162.54151.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.85%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 123 (48.44% from 255) = 49.00%
R=37.85%
G=13.15%
B=49.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95331230.230.7300.52281.3357.6930.59
Hex5F217B17490341193a1f
Octal13741173271110644317237
Binary10111111000011111011101111001001011010010001100111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F217B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,33,123); }

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

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

 a { background-color: rgb(95,33,123); }

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

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

 span { border-color: rgb(95,33,123); }

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