#5F8EBA

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

Shades of Danube #5F8EBA

Tints of Danube #5F8EBA

Color information

#5F8EBA (or 0x5F8EBA) is unknown color: approx Danube. HEX triplet: 5F, 8E and BA. RGB value is (95,142,186). Sum of RGB (Red+Green+Blue) = 95+142+186=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F8EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8EBA is #A07145. Grayscale: #848484. Windows color (decimal): -10514758 or 12226143. OLE color: 12226143.

HSL color Cylindrical-coordinate representation of color #5F8EBA: hue angle of 209.01º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F8EBA is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB95142186-
CMYK0.490.2400.27
HSL209.01º39.74%55.1%-
HSV(B)209.01º48.92%72.94%-
XYZ23.2625.3250.12-
YUV132.96157.93100.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.46%
GREEN value IS 142 (55.86% from 255) = 33.57%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=22.46%
G=33.57%
B=43.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal951421860.490.2400.27209.0139.7455.1
Hex5F8EBA311801Bd12837
Octal13721627261300333215067
Binary101111110001110101110101100011100001101111010001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,142,186); }

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

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

 a { background-color: rgb(95,142,186); }

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

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

 span { border-color: rgb(95,142,186); }

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