Html Css Color HEX #508FBD Danube

📋 copy color: '#508FBD'

red 80 ◦ green 143 ◦ blue 189

#508FBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #508FBD

Tints of Danube #508FBD

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 value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#508FBD (or 0x508FBD) is known color: 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

RGB 80 143 189 -
CMYK 0.58 0.24 0 0.26
HSL 205.32º 0.45% 0.53% -
HSV(B) 205.32º 0.58% 0.74% -
XYZ 22.32 25.02 51.8 -
YUV 129.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 80 143 189 0.58 0.24 0 0.26 205.32 0.45 0.53
Hex 50 8F BD 3A 18 0 1A CD 2D 35
Octal 120 217 275 72 30 0 32 315 55 65
Binary 1010000 10001111 10111101 111010 11000 0 11010 11001101 101101 110101

Color Harmonies of #508FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FBD

Black with #508FBD

Text Example


Text Example

White with #508FBD

Text Example


Text Example

HTML Codes & Css Web 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>