#5F8CB9

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

Shades of Danube #5F8CB9

Tints of Danube #5F8CB9

Color information

#5F8CB9 (or 0x5F8CB9) is unknown color: approx Danube. HEX triplet: 5F, 8C and B9. RGB value is (95,140,185). Sum of RGB (Red+Green+Blue) = 95+140+185=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: blue. Hex color #5F8CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8CB9 is #A07346. Grayscale: #838383. Windows color (decimal): -10515271 or 12160095. OLE color: 12160095.

HSL color Cylindrical-coordinate representation of color #5F8CB9: hue angle of 210º degrees, saturation: 0.39, 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 #5F8CB9 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB95140185-
CMYK0.490.2400.27
HSL210º39.13%54.9%-
HSV(B)210º48.65%72.55%-
XYZ22.8524.6949.46-
YUV131.67158.09101.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.62%
GREEN value IS 140 (55.08% from 255) = 33.33%
BLUE value IS 185 (72.66% from 255) = 44.05%
R=22.62%
G=33.33%
B=44.05%

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
Decimal951401850.490.2400.2721039.1354.9
Hex5F8CB9311801Bd22737
Octal13721427161300333224767
Binary101111110001100101110011100011100001101111010010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,140,185); }

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

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

 a { background-color: rgb(95,140,185); }

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

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

 span { border-color: rgb(95,140,185); }

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