Html Css Color HEX #508BBF Danube

📋 copy color: '#508BBF'

red 80 ◦ green 139 ◦ blue 191

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

Shades of Danube #508BBF

Tints of Danube #508BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.59%

R = 19.51%
G = 33.9%
B = 46.59%

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

#508BBF (or 0x508BBF) is known color: Danube. HEX triplet: 50, 8B and BF. RGB value is (80,139,191). Sum of RGB (Red+Green+Blue) = 80+139+191=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #508BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BBF is #AF7440. Grayscale: #7F7F7F. Windows color (decimal): -11498561 or 12553040. OLE color: 12553040.

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

Color convert

RGB 80 139 191 -
CMYK 0.58 0.27 0 0.25
HSL 208.11º 0.46% 0.53% -
HSV(B) 208.11º 0.58% 0.75% -
XYZ 21.94 23.93 52.75 -
YUV 127.29 163.95 94.27 -
System Red Green Blue C M Y K H S L
Decimal 80 139 191 0.58 0.27 0 0.25 208.11 0.46 0.53
Hex 50 8B BF 3A 1B 0 19 D0 2E 35
Octal 120 213 277 72 33 0 31 320 56 65
Binary 1010000 10001011 10111111 111010 11011 0 11001 11010000 101110 110101

Color Harmonies of #508BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BBF

Black with #508BBF

Text Example


Text Example

White with #508BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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