Html Css Color HEX #508FBE Danube

📋 copy color: '#508FBE'

red 80 ◦ green 143 ◦ blue 190

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

Shades of Danube #508FBE

Tints of Danube #508FBE

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%

R = 19.37%
G = 34.62%
B = 46%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

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

RGB 80 143 190 -
CMYK 0.58 0.25 0 0.25
HSL 205.64º 0.46% 0.53% -
HSV(B) 205.64º 0.58% 0.75% -
XYZ 22.42 25.07 52.37 -
YUV 129.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 80 143 190 0.58 0.25 0 0.25 205.64 0.46 0.53
Hex 50 8F BE 3A 19 0 19 CE 2E 35
Octal 120 217 276 72 31 0 31 316 56 65
Binary 1010000 10001111 10111110 111010 11001 0 11001 11001110 101110 110101

Color Harmonies of #508FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FBE

Black with #508FBE

Text Example


Text Example

White with #508FBE

Text Example


Text Example

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