#5F90CE

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

Shades of Danube #5F90CE

Tints of Danube #5F90CE

Color information

#5F90CE (or 0x5F90CE) is unknown color: approx Danube. HEX triplet: 5F, 90 and CE. RGB value is (95,144,206). Sum of RGB (Red+Green+Blue) = 95+144+206=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F90CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F90CE is #A06F31. Grayscale: #888888. Windows color (decimal): -10514226 or 13537375. OLE color: 13537375.

HSL color Cylindrical-coordinate representation of color #5F90CE: hue angle of 213.51º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F90CE is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB95144206-
CMYK0.540.3000.19
HSL213.51º53.11%59.02%-
HSV(B)213.51º53.88%80.78%-
XYZ25.8326.8462.21-
YUV136.42167.2798.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.35%
GREEN value IS 144 (56.64% from 255) = 32.36%
BLUE value IS 206 (80.86% from 255) = 46.29%
R=21.35%
G=32.36%
B=46.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal951442060.540.3000.19213.5153.1159.02
Hex5F90CE361E013d6353b
Octal13722031666360233266573
Binary101111110010000110011101101101111001001111010110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F90CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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