#5B8ACA

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

Shades of Danube #5B8ACA

Tints of Danube #5B8ACA

Color information

#5B8ACA (or 0x5B8ACA) is unknown color: approx Danube. HEX triplet: 5B, 8A and CA. RGB value is (91,138,202). Sum of RGB (Red+Green+Blue) = 91+138+202=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B8ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8ACA is #A47535. Grayscale: #828282. Windows color (decimal): -10777910 or 13273691. OLE color: 13273691.

HSL color Cylindrical-coordinate representation of color #5B8ACA: hue angle of 214.59º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B8ACA is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB91138202-
CMYK0.550.3200.21
HSL214.59º51.15%57.45%-
HSV(B)214.59º54.95%79.22%-
XYZ24.0624.6759.37-
YUV131.24167.9399.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.11%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=21.11%
G=32.02%
B=46.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal911382020.550.3200.21214.5951.1557.45
Hex5B8ACA3720015d73339
Octal13321231267400253276371
Binary1011011100010101100101011011110000001010111010111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,138,202); }

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

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

 a { background-color: rgb(91,138,202); }

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

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

 span { border-color: rgb(91,138,202); }

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