#5D8CB9

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

Shades of Danube #5D8CB9

Tints of Danube #5D8CB9

Color information

#5D8CB9 (or 0x5D8CB9) is unknown color: approx Danube. HEX triplet: 5D, 8C and B9. RGB value is (93,140,185). Sum of RGB (Red+Green+Blue) = 93+140+185=418 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.25% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 185 - color contains mainly: blue. Hex color #5D8CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8CB9 is #A27346. Grayscale: #828282. Windows color (decimal): -10646343 or 12160093. OLE color: 12160093.

HSL color Cylindrical-coordinate representation of color #5D8CB9: hue angle of 209.35º 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 #5D8CB9 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB93140185-
CMYK0.500.2400.27
HSL209.35º39.66%54.51%-
HSV(B)209.35º49.73%72.55%-
XYZ22.6524.5949.45-
YUV131.08158.43100.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.25%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 185 (72.66% from 255) = 44.26%
R=22.25%
G=33.49%
B=44.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931401850.500.2400.27209.3539.6654.51
Hex5D8CB9321801Bd12837
Octal13521427162300333215067
Binary101110110001100101110011100101100001101111010001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,140,185); }

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

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

 a { background-color: rgb(93,140,185); }

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

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

 span { border-color: rgb(93,140,185); }

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