#5D8ACB

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

Shades of Danube #5D8ACB

Tints of Danube #5D8ACB

Color information

#5D8ACB (or 0x5D8ACB) is unknown color: approx Danube. HEX triplet: 5D, 8A and CB. RGB value is (93,138,203). Sum of RGB (Red+Green+Blue) = 93+138+203=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D8ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8ACB is #A27534. Grayscale: #838383. Windows color (decimal): -10646837 or 13339229. OLE color: 13339229.

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

Color convert

RGB93138203-
CMYK0.540.3200.20
HSL215.45º51.4%58.04%-
HSV(B)215.45º54.19%79.61%-
XYZ24.3824.8260-
YUV131.96168.09100.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.43%
GREEN value IS 138 (54.30% from 255) = 31.80%
BLUE value IS 203 (79.69% from 255) = 46.77%
R=21.43%
G=31.80%
B=46.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931382030.540.3200.20215.4551.458.04
Hex5D8ACB3620014d7333a
Octal13521231366400243276372
Binary1011101100010101100101111011010000001010011010111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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