#5F3888

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

Shades of Kingfisher Daisy #5F3888

Tints of Kingfisher Daisy #5F3888

Color information

#5F3888 (or 0x5F3888) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 38 and 88. RGB value is (95,56,136). Sum of RGB (Red+Green+Blue) = 95+56+136=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #5F3888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3888 is #A0C777. Grayscale: #4C4C4C. Windows color (decimal): -10536824 or 8927327. OLE color: 8927327.

HSL color Cylindrical-coordinate representation of color #5F3888: hue angle of 269.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F3888 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9556136-
CMYK0.300.5900.47
HSL269.25º41.67%37.65%-
HSV(B)269.25º58.82%53.33%-
XYZ10.587.0424.09-
YUV76.78161.42141-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.10%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=33.10%
G=19.51%
B=47.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95561360.300.5900.47269.2541.6737.65
Hex5F38881E3B02F10d2a26
Octal1377021036730574155246
Binary101111111100010001000111101110110101111100001101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,56,136); }

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

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

 a { background-color: rgb(95,56,136); }

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

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

 span { border-color: rgb(95,56,136); }

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