#5D8ABA

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

Shades of Danube #5D8ABA

Tints of Danube #5D8ABA

Color information

#5D8ABA (or 0x5D8ABA) is unknown color: approx Danube. HEX triplet: 5D, 8A and BA. RGB value is (93,138,186). Sum of RGB (Red+Green+Blue) = 93+138+186=417 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.30% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D8ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8ABA is #A27545. Grayscale: #818181. Windows color (decimal): -10646854 or 12225117. OLE color: 12225117.

HSL color Cylindrical-coordinate representation of color #5D8ABA: hue angle of 210.97º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D8ABA is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB93138186-
CMYK0.50.2600.27
HSL210.97º40.26%54.71%-
HSV(B)210.97º50%72.94%-
XYZ22.4724.0549.91-
YUV130.02159.59101.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.30%
GREEN value IS 138 (54.30% from 255) = 33.09%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=22.30%
G=33.09%
B=44.60%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931381860.50.2600.27210.9740.2654.71
Hex5D8ABA321A01Bd32837
Octal13521227262320333235067
Binary101110110001010101110101100101101001101111010011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,138,186); }

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

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

 a { background-color: rgb(93,138,186); }

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

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

 span { border-color: rgb(93,138,186); }

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