Html Css Color HEX #508BBE Danube

📋 copy color: '#508BBE'

red 80 ◦ green 139 ◦ blue 190

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

Shades of Danube #508BBE

Tints of Danube #508BBE

RGB

 RED value IS 80 (31.64% from 255) = 19.56%

 GREEN value IS 139 (54.69% from 255) = 33.99%

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 19.56%
G = 33.99%
B = 46.45%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#508BBE (or 0x508BBE) is known color: Danube. HEX triplet: 50, 8B and BE. RGB value is (80,139,190). Sum of RGB (Red+Green+Blue) = 80+139+190=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #508BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BBE is #AF7441. Grayscale: #7E7E7E. Windows color (decimal): -11498562 or 12487504. OLE color: 12487504.

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

Color convert

RGB 80 139 190 -
CMYK 0.58 0.27 0 0.25
HSL 207.82º 0.46% 0.53% -
HSV(B) 207.82º 0.58% 0.75% -
XYZ 21.84 23.89 52.18 -
YUV 127.17 163.45 94.35 -
System Red Green Blue C M Y K H S L
Decimal 80 139 190 0.58 0.27 0 0.25 207.82 0.46 0.53
Hex 50 8B BE 3A 1B 0 19 D0 2E 35
Octal 120 213 276 72 33 0 31 320 56 65
Binary 1010000 10001011 10111110 111010 11011 0 11001 11010000 101110 110101

Color Harmonies of #508BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BBE

Black with #508BBE

Text Example


Text Example

White with #508BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #508BBE;
 }
 .AnyTagClassName
 {
   color: #508BBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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