Html Css Color HEX #508EBC Danube

📋 copy color: '#508EBC'

red 80 ◦ green 142 ◦ blue 188

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

Shades of Danube #508EBC

Tints of Danube #508EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.63%

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

R = 19.51%
G = 34.63%
B = 45.85%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#508EBC (or 0x508EBC) is known color: Danube. HEX triplet: 50, 8E and BC. RGB value is (80,142,188). Sum of RGB (Red+Green+Blue) = 80+142+188=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #508EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EBC is #AF7143. Grayscale: #808080. Windows color (decimal): -11497796 or 12357200. OLE color: 12357200.

HSL color Cylindrical-coordinate representation of color #508EBC: hue angle of 205.56º 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 #508EBC is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 142 188 -
CMYK 0.57 0.24 0 0.26
HSL 205.56º 0.45% 0.53% -
HSV(B) 205.56º 0.57% 0.74% -
XYZ 22.06 24.68 51.18 -
YUV 128.71 161.46 93.26 -
System Red Green Blue C M Y K H S L
Decimal 80 142 188 0.57 0.24 0 0.26 205.56 0.45 0.53
Hex 50 8E BC 39 18 0 1A CE 2D 35
Octal 120 216 274 71 30 0 32 316 55 65
Binary 1010000 10001110 10111100 111001 11000 0 11010 11001110 101101 110101

Color Harmonies of #508EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EBC

Black with #508EBC

Text Example


Text Example

White with #508EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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