#5F1C7D

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

Shades of Kingfisher Daisy #5F1C7D

Tints of Kingfisher Daisy #5F1C7D

Color information

#5F1C7D (or 0x5F1C7D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 1C and 7D. RGB value is (95,28,125). Sum of RGB (Red+Green+Blue) = 95+28+125=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F1C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F1C7D is #A0E382. Grayscale: #3A3A3A. Windows color (decimal): -10544003 or 8199263. OLE color: 8199263.

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

Color convert

RGB9528125-
CMYK0.240.7800.51
HSL281.44º63.4%30%-
HSV(B)281.44º77.6%49.02%-
XYZ8.844.7419.85-
YUV59.09165.2153.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.31%
GREEN value IS 28 (11.33% from 255) = 11.29%
BLUE value IS 125 (49.22% from 255) = 50.40%
R=38.31%
G=11.29%
B=50.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95281250.240.7800.51281.4463.430
Hex5F1C7D184E0331193f1e
Octal13734175301160634317736
Binary1011111111001111101110001001110011001110001100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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