#5F8AB9

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

Shades of Danube #5F8AB9

Tints of Danube #5F8AB9

Color information

#5F8AB9 (or 0x5F8AB9) is unknown color: approx Danube. HEX triplet: 5F, 8A and B9. RGB value is (95,138,185). Sum of RGB (Red+Green+Blue) = 95+138+185=418 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.73% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 185 - color contains mainly: blue. Hex color #5F8AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8AB9 is #A07546. Grayscale: #828282. Windows color (decimal): -10515783 or 12159583. OLE color: 12159583.

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

Color convert

RGB95138185-
CMYK0.490.2500.27
HSL211.33º39.13%54.9%-
HSV(B)211.33º48.65%72.55%-
XYZ22.5624.1149.36-
YUV130.5158.75102.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.73%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 185 (72.66% from 255) = 44.26%
R=22.73%
G=33.01%
B=44.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal951381850.490.2500.27211.3339.1354.9
Hex5F8AB9311901Bd32737
Octal13721227161310333234767
Binary101111110001010101110011100011100101101111010011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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