#508BBD

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

Shades of Danube #508BBD

Tints of Danube #508BBD

Color information

#508BBD (or 0x508BBD) is unknown color: approx Danube. HEX triplet: 50, 8B and BD. RGB value is (80,139,189). Sum of RGB (Red+Green+Blue) = 80+139+189=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #508BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BBD is #AF7442. Grayscale: #7E7E7E. Windows color (decimal): -11498563 or 12421968. OLE color: 12421968.

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

Color convert

RGB80139189-
CMYK0.580.2600.26
HSL207.52º45.23%52.75%-
HSV(B)207.52º57.67%74.12%-
XYZ21.7323.8451.6-
YUV127.06162.9594.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.61%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 189 (74.22% from 255) = 46.32%
R=19.61%
G=34.07%
B=46.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801391890.580.2600.26207.5245.2352.75
Hex508BBD3A1A01Ad02d35
Octal12021327572320323205565
Binary101000010001011101111011110101101001101011010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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