#508ABC

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

Shades of Danube #508ABC

Tints of Danube #508ABC

Color information

#508ABC (or 0x508ABC) is unknown color: approx Danube. HEX triplet: 50, 8A and BC. RGB value is (80,138,188). Sum of RGB (Red+Green+Blue) = 80+138+188=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #508ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ABC is #AF7543. Grayscale: #7E7E7E. Windows color (decimal): -11498820 or 12356176. OLE color: 12356176.

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

Color convert

RGB80138188-
CMYK0.570.2700.26
HSL207.78º44.63%52.55%-
HSV(B)207.78º57.45%73.73%-
XYZ21.4723.5150.98-
YUV126.36162.7894.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.70%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 188 (73.83% from 255) = 46.31%
R=19.70%
G=33.99%
B=46.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801381880.570.2700.26207.7844.6352.55
Hex508ABC391B01Ad02d35
Octal12021227471330323205565
Binary101000010001010101111001110011101101101011010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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