#5F417B

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

Shades of Kingfisher Daisy #5F417B

Tints of Kingfisher Daisy #5F417B

Color information

#5F417B (or 0x5F417B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 41 and 7B. RGB value is (95,65,123). Sum of RGB (Red+Green+Blue) = 95+65+123=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #5F417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F417B is #A0BE84. Grayscale: #505050. Windows color (decimal): -10534533 or 8077663. OLE color: 8077663.

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

Color convert

RGB9565123-
CMYK0.230.4700.52
HSL271.03º30.85%36.86%-
HSV(B)271.03º47.15%48.24%-
XYZ10.187.6419.68-
YUV80.58151.94138.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.57%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=33.57%
G=22.97%
B=43.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95651230.230.4700.52271.0330.8536.86
Hex5F417B172F03410f1f25
Octal13710117327570644173745
Binary10111111000001111101110111101111011010010000111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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