#5F8EC3

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

Shades of Danube #5F8EC3

Tints of Danube #5F8EC3

Color information

#5F8EC3 (or 0x5F8EC3) is unknown color: approx Danube. HEX triplet: 5F, 8E and C3. RGB value is (95,142,195). Sum of RGB (Red+Green+Blue) = 95+142+195=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #5F8EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8EC3 is #A0713C. Grayscale: #858585. Windows color (decimal): -10514749 or 12815967. OLE color: 12815967.

HSL color Cylindrical-coordinate representation of color #5F8EC3: hue angle of 211.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F8EC3 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB95142195-
CMYK0.510.2700.24
HSL211.8º45.45%56.86%-
HSV(B)211.8º51.28%76.47%-
XYZ24.2425.7255.32-
YUV133.99162.43100.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.99%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 195 (76.56% from 255) = 45.14%
R=21.99%
G=32.87%
B=45.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951421950.510.2700.24211.845.4556.86
Hex5F8EC3331B018d42d39
Octal13721630363330303245571
Binary101111110001110110000111100111101101100011010100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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