#5F90D3

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

Shades of Danube #5F90D3

Tints of Danube #5F90D3

Color information

#5F90D3 (or 0x5F90D3) is unknown color: approx Danube. HEX triplet: 5F, 90 and D3. RGB value is (95,144,211). Sum of RGB (Red+Green+Blue) = 95+144+211=450 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.11% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 211 - color contains mainly: blue. Hex color #5F90D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F90D3 is #A06F2C. Grayscale: #888888. Windows color (decimal): -10514221 or 13865055. OLE color: 13865055.

HSL color Cylindrical-coordinate representation of color #5F90D3: hue angle of 214.66º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F90D3 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB95144211-
CMYK0.550.3200.17
HSL214.66º56.86%60%-
HSV(B)214.66º54.98%82.75%-
XYZ26.4527.0865.46-
YUV136.99169.7798.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.11%
GREEN value IS 144 (56.64% from 255) = 32%
BLUE value IS 211 (82.81% from 255) = 46.89%
R=21.11%
G=32%
B=46.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal951442110.550.3200.17214.6656.8660
Hex5F90D33720011d7393c
Octal13722032367400213277174
Binary1011111100100001101001111011110000001000111010111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F90D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,144,211); }

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

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

 a { background-color: rgb(95,144,211); }

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

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

 span { border-color: rgb(95,144,211); }

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