#5A8BCE

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

Shades of Danube #5A8BCE

Tints of Danube #5A8BCE

Color information

#5A8BCE (or 0x5A8BCE) is unknown color: approx Danube. HEX triplet: 5A, 8B and CE. RGB value is (90,139,206). Sum of RGB (Red+Green+Blue) = 90+139+206=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A8BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8BCE is #A57431. Grayscale: #838383. Windows color (decimal): -10843186 or 13536090. OLE color: 13536090.

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

Color convert

RGB90139206-
CMYK0.560.3300.19
HSL214.66º54.21%58.04%-
HSV(B)214.66º56.31%80.78%-
XYZ24.5925.161.94-
YUV131.99169.7798.05-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.69%
GREEN value IS 139 (54.69% from 255) = 31.95%
BLUE value IS 206 (80.86% from 255) = 47.36%
R=20.69%
G=31.95%
B=47.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal901392060.560.3300.19214.6654.2158.04
Hex5A8BCE3821013d7363a
Octal13221331670410233276672
Binary1011010100010111100111011100010000101001111010111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,139,206); }

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

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

 a { background-color: rgb(90,139,206); }

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

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

 span { border-color: rgb(90,139,206); }

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