#5F8EBE

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

Shades of Danube #5F8EBE

Tints of Danube #5F8EBE

Color information

#5F8EBE (or 0x5F8EBE) is unknown color: approx Danube. HEX triplet: 5F, 8E and BE. RGB value is (95,142,190). Sum of RGB (Red+Green+Blue) = 95+142+190=427 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.25% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F8EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8EBE is #A07141. Grayscale: #858585. Windows color (decimal): -10514754 or 12488287. OLE color: 12488287.

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

Color convert

RGB95142190-
CMYK0.50.2500.25
HSL210.32º42.22%55.88%-
HSV(B)210.32º50%74.51%-
XYZ23.6925.552.39-
YUV133.42159.93100.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.25%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=22.25%
G=33.26%
B=44.50%

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
Decimal951421900.50.2500.25210.3242.2255.88
Hex5F8EBE3219019d22a38
Octal13721627662310313225270
Binary101111110001110101111101100101100101100111010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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