#508FBD

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

Shades of Danube #508FBD

Tints of Danube #508FBD

Color information

#508FBD (or 0x508FBD) is unknown color: approx Danube. HEX triplet: 50, 8F and BD. RGB value is (80,143,189). Sum of RGB (Red+Green+Blue) = 80+143+189=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #508FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FBD is #AF7042. Grayscale: #818181. Windows color (decimal): -11497539 or 12422992. OLE color: 12422992.

HSL color Cylindrical-coordinate representation of color #508FBD: hue angle of 205.32º 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 #508FBD is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB80143189-
CMYK0.580.2400.26
HSL205.32º45.23%52.75%-
HSV(B)205.32º57.67%74.12%-
XYZ22.3225.0251.8-
YUV129.41161.6392.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.42%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 189 (74.22% from 255) = 45.87%
R=19.42%
G=34.71%
B=45.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801431890.580.2400.26205.3245.2352.75
Hex508FBD3A1801Acd2d35
Octal12021727572300323155565
Binary101000010001111101111011110101100001101011001101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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