#5F88BF

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

Shades of Danube #5F88BF

Tints of Danube #5F88BF

Color information

#5F88BF (or 0x5F88BF) is unknown color: approx Danube. HEX triplet: 5F, 88 and BF. RGB value is (95,136,191). Sum of RGB (Red+Green+Blue) = 95+136+191=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F88BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F88BF is #A07740. Grayscale: #818181. Windows color (decimal): -10516289 or 12552287. OLE color: 12552287.

HSL color Cylindrical-coordinate representation of color #5F88BF: hue angle of 214.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F88BF is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB95136191-
CMYK0.500.2900.25
HSL214.38º42.86%56.08%-
HSV(B)214.38º50.26%74.9%-
XYZ22.9323.852.68-
YUV130.01162.42103.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.51%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 191 (75% from 255) = 45.26%
R=22.51%
G=32.23%
B=45.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951361910.500.2900.25214.3842.8656.08
Hex5F88BF321D019d62b38
Octal13721027762350313265370
Binary101111110001000101111111100101110101100111010110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F88BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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