#508ABD

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

Shades of Danube #508ABD

Tints of Danube #508ABD

Color information

#508ABD (or 0x508ABD) is unknown color: approx Danube. HEX triplet: 50, 8A and BD. RGB value is (80,138,189). Sum of RGB (Red+Green+Blue) = 80+138+189=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #508ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ABD is #AF7542. Grayscale: #7E7E7E. Windows color (decimal): -11498819 or 12421712. OLE color: 12421712.

HSL color Cylindrical-coordinate representation of color #508ABD: hue angle of 208.07º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #508ABD is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB80138189-
CMYK0.580.2700.26
HSL208.07º45.23%52.75%-
HSV(B)208.07º57.67%74.12%-
XYZ21.5823.5651.55-
YUV126.47163.2894.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 189 (74.22% from 255) = 46.44%
R=19.66%
G=33.91%
B=46.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801381890.580.2700.26208.0745.2352.75
Hex508ABD3A1B01Ad02d35
Octal12021227572330323205565
Binary101000010001010101111011110101101101101011010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,138,189); }

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

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

 a { background-color: rgb(80,138,189); }

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

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

 span { border-color: rgb(80,138,189); }

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