#5f93c7

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

Shades of Danube #5F93C7

Tints of Danube #5F93C7

Color information

#5F93C7 (or 0x5F93C7) is unknown color: approx Danube. HEX triplet: 5F, 93 and C7. RGB value is (95,147,199). Sum of RGB (Red+Green+Blue) = 95+147+199=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 199 - color contains mainly: blue. Hex color #5F93C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F93C7 is #A06C38. Grayscale: #898989. Windows color (decimal): -10513465 or 13079391. OLE color: 13079391.

HSL color Cylindrical-coordinate representation of color #5F93C7: hue angle of 210º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F93C7 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB95147199-
CMYK0.520.2600.22
HSL210º48.15%57.65%-
HSV(B)210º52.26%78.04%-
XYZ25.4627.4257.98-
YUV137.38162.7797.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.54%
GREEN value IS 147 (57.81% from 255) = 33.33%
BLUE value IS 199 (78.12% from 255) = 45.12%
R=21.54%
G=33.33%
B=45.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal951471990.520.2600.2221048.1557.65
Hex5F93C7341A016d2303a
Octal13722330764320263226072
Binary101111110010011110001111101001101001011011010010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f93c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,147,199); }

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

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

 a { background-color: rgb(95,147,199); }

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

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

 span { border-color: rgb(95,147,199); }

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