#5F8FBE

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

Shades of Danube #5F8FBE

Tints of Danube #5F8FBE

Color information

#5F8FBE (or 0x5F8FBE) is unknown color: approx Danube. HEX triplet: 5F, 8F and BE. RGB value is (95,143,190). Sum of RGB (Red+Green+Blue) = 95+143+190=428 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.20% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F8FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8FBE is #A07041. Grayscale: #858585. Windows color (decimal): -10514498 or 12488543. OLE color: 12488543.

HSL color Cylindrical-coordinate representation of color #5F8FBE: hue angle of 209.68º degrees, saturation: 0.42, 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 #5F8FBE is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB95143190-
CMYK0.50.2500.25
HSL209.68º42.22%55.88%-
HSV(B)209.68º50%74.51%-
XYZ23.8425.852.44-
YUV134.01159.6100.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.20%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=22.20%
G=33.41%
B=44.39%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951431900.50.2500.25209.6842.2255.88
Hex5F8FBE3219019d22a38
Octal13721727662310313225270
Binary101111110001111101111101100101100101100111010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,143,190); }

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

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

 a { background-color: rgb(95,143,190); }

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

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

 span { border-color: rgb(95,143,190); }

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