#508DBB

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

Shades of Danube #508DBB

Tints of Danube #508DBB

Color information

#508DBB (or 0x508DBB) is unknown color: approx Danube. HEX triplet: 50, 8D and BB. RGB value is (80,141,187). Sum of RGB (Red+Green+Blue) = 80+141+187=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #508DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DBB is #AF7244. Grayscale: #7F7F7F. Windows color (decimal): -11498053 or 12291408. OLE color: 12291408.

HSL color Cylindrical-coordinate representation of color #508DBB: hue angle of 205.79º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #508DBB is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB80141187-
CMYK0.570.2500.27
HSL205.79º44.03%52.35%-
HSV(B)205.79º57.22%73.33%-
XYZ21.824.3450.56-
YUV128161.2993.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.61%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=19.61%
G=34.56%
B=45.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801411870.570.2500.27205.7944.0352.35
Hex508DBB391901Bce2c34
Octal12021527371310333165464
Binary101000010001101101110111110011100101101111001110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508DBB; }

 p { color: rgb(80,141,187); }

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

<style>
 a { background-color: #508DBB; }

 a { background-color: rgb(80,141,187); }

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

<style>
 span { border-color: #508DBB; }

 span { border-color: rgb(80,141,187); }

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