#508FBE

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

Shades of Danube #508FBE

Tints of Danube #508FBE

Color information

#508FBE (or 0x508FBE) is unknown color: approx Danube. HEX triplet: 50, 8F and BE. RGB value is (80,143,190). Sum of RGB (Red+Green+Blue) = 80+143+190=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #508FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FBE is #AF7041. Grayscale: #818181. Windows color (decimal): -11497538 or 12488528. OLE color: 12488528.

HSL color Cylindrical-coordinate representation of color #508FBE: hue angle of 205.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #508FBE is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80143190-
CMYK0.580.2500.25
HSL205.64º45.83%52.94%-
HSV(B)205.64º57.89%74.51%-
XYZ22.4225.0752.37-
YUV129.52162.1392.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.37%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=19.37%
G=34.62%
B=46.00%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801431900.580.2500.25205.6445.8352.94
Hex508FBE3A19019ce2e35
Octal12021727672310313165665
Binary101000010001111101111101110101100101100111001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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