#5F94CA

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

Shades of Danube #5F94CA

Tints of Danube #5F94CA

Color information

#5F94CA (or 0x5F94CA) is unknown color: approx Danube. HEX triplet: 5F, 94 and CA. RGB value is (95,148,202). Sum of RGB (Red+Green+Blue) = 95+148+202=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F94CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F94CA is #A06B35. Grayscale: #8A8A8A. Windows color (decimal): -10513206 or 13276255. OLE color: 13276255.

HSL color Cylindrical-coordinate representation of color #5F94CA: hue angle of 210.28º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F94CA is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB95148202-
CMYK0.530.2700.21
HSL210.28º50.23%58.24%-
HSV(B)210.28º52.97%79.22%-
XYZ25.9727.8859.89-
YUV138.31163.9497.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.35%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=21.35%
G=33.26%
B=45.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal951482020.530.2700.21210.2850.2358.24
Hex5F94CA351B015d2323a
Octal13722431265330253226272
Binary101111110010100110010101101011101101010111010010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,148,202); }

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

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

 a { background-color: rgb(95,148,202); }

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

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

 span { border-color: rgb(95,148,202); }

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