#5F8ABE

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

Shades of Danube #5F8ABE

Tints of Danube #5F8ABE

Color information

#5F8ABE (or 0x5F8ABE) is unknown color: approx Danube. HEX triplet: 5F, 8A and BE. RGB value is (95,138,190). Sum of RGB (Red+Green+Blue) = 95+138+190=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F8ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8ABE is #A07541. Grayscale: #828282. Windows color (decimal): -10515778 or 12487263. OLE color: 12487263.

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

Color convert

RGB95138190-
CMYK0.50.2700.25
HSL212.84º42.22%55.88%-
HSV(B)212.84º50%74.51%-
XYZ23.124.3352.19-
YUV131.07161.25102.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.46%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=22.46%
G=32.62%
B=44.92%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951381900.50.2700.25212.8442.2255.88
Hex5F8ABE321B019d52a38
Octal13721227662330313255270
Binary101111110001010101111101100101101101100111010101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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