#5D8BBE

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

Shades of Danube #5D8BBE

Tints of Danube #5D8BBE

Color information

#5D8BBE (or 0x5D8BBE) is unknown color: approx Danube. HEX triplet: 5D, 8B and BE. RGB value is (93,139,190). Sum of RGB (Red+Green+Blue) = 93+139+190=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D8BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8BBE is #A27441. Grayscale: #828282. Windows color (decimal): -10646594 or 12487517. OLE color: 12487517.

HSL color Cylindrical-coordinate representation of color #5D8BBE: hue angle of 211.55º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D8BBE is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB93139190-
CMYK0.510.2700.25
HSL211.55º42.73%55.49%-
HSV(B)211.55º51.05%74.51%-
XYZ23.0424.5152.23-
YUV131.06161.26100.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.04%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=22.04%
G=32.94%
B=45.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931391900.510.2700.25211.5542.7355.49
Hex5D8BBE331B019d42b37
Octal13521327663330313245367
Binary101110110001011101111101100111101101100111010100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,139,190); }

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

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

 a { background-color: rgb(93,139,190); }

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

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

 span { border-color: rgb(93,139,190); }

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