Html Css Color HEX #508BBC Danube

📋 copy color: '#508BBC'

red 80 ◦ green 139 ◦ blue 188

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

Shades of Danube #508BBC

Tints of Danube #508BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 19.66%
G = 34.15%
B = 46.19%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#508BBC (or 0x508BBC) is known color: Danube. HEX triplet: 50, 8B and BC. RGB value is (80,139,188). Sum of RGB (Red+Green+Blue) = 80+139+188=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #508BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BBC is #AF7443. Grayscale: #7E7E7E. Windows color (decimal): -11498564 or 12356432. OLE color: 12356432.

HSL color Cylindrical-coordinate representation of color #508BBC: hue angle of 207.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #508BBC is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 139 188 -
CMYK 0.57 0.26 0 0.26
HSL 207.22º 0.45% 0.53% -
HSV(B) 207.22º 0.57% 0.74% -
XYZ 21.62 23.8 51.03 -
YUV 126.95 162.45 94.52 -
System Red Green Blue C M Y K H S L
Decimal 80 139 188 0.57 0.26 0 0.26 207.22 0.45 0.53
Hex 50 8B BC 39 1A 0 1A CF 2D 35
Octal 120 213 274 71 32 0 32 317 55 65
Binary 1010000 10001011 10111100 111001 11010 0 11010 11001111 101101 110101

Color Harmonies of #508BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BBC

Black with #508BBC

Text Example


Text Example

White with #508BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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