#5A8BCD

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

Shades of Danube #5A8BCD

Tints of Danube #5A8BCD

Color information

#5A8BCD (or 0x5A8BCD) is unknown color: approx Danube. HEX triplet: 5A, 8B and CD. RGB value is (90,139,205). Sum of RGB (Red+Green+Blue) = 90+139+205=434 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.74% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A8BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8BCD is #A57432. Grayscale: #838383. Windows color (decimal): -10843187 or 13470554. OLE color: 13470554.

HSL color Cylindrical-coordinate representation of color #5A8BCD: hue angle of 214.43º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A8BCD is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB90139205-
CMYK0.560.3200.20
HSL214.43º53.49%57.84%-
HSV(B)214.43º56.1%80.39%-
XYZ24.4725.0561.3-
YUV131.87169.2798.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.74%
GREEN value IS 139 (54.69% from 255) = 32.03%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=20.74%
G=32.03%
B=47.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal901392050.560.3200.20214.4353.4957.84
Hex5A8BCD3820014d6353a
Octal13221331570400243266572
Binary1011010100010111100110111100010000001010011010110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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