#5F8EC1

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

Shades of Danube #5F8EC1

Tints of Danube #5F8EC1

Color information

#5F8EC1 (or 0x5F8EC1) is unknown color: approx Danube. HEX triplet: 5F, 8E and C1. RGB value is (95,142,193). Sum of RGB (Red+Green+Blue) = 95+142+193=430 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.09% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #5F8EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8EC1 is #A0713E. Grayscale: #858585. Windows color (decimal): -10514751 or 12684895. OLE color: 12684895.

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

Color convert

RGB95142193-
CMYK0.510.2600.24
HSL211.22º44.14%56.47%-
HSV(B)211.22º50.78%75.69%-
XYZ24.0225.6354.13-
YUV133.76161.43100.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.09%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=22.09%
G=33.02%
B=44.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951421930.510.2600.24211.2244.1456.47
Hex5F8EC1331A018d32c38
Octal13721630163320303235470
Binary101111110001110110000011100111101001100011010011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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