Html Css Color HEX #508EC5 Danube

📋 copy color: '#508EC5'

red 80 ◦ green 142 ◦ blue 197

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

Shades of Danube #508EC5

Tints of Danube #508EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 47.02%

R = 19.09%
G = 33.89%
B = 47.02%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#508EC5 (or 0x508EC5) is known color: Danube. HEX triplet: 50, 8E and C5. RGB value is (80,142,197). Sum of RGB (Red+Green+Blue) = 80+142+197=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 197 - color contains mainly: blue. Hex color #508EC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EC5 is #AF713A. Grayscale: #818181. Windows color (decimal): -11497787 or 12947024. OLE color: 12947024.

HSL color Cylindrical-coordinate representation of color #508EC5: hue angle of 208.21º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #508EC5 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 142 197 -
CMYK 0.59 0.28 0 0.23
HSL 208.21º 0.5% 0.54% -
HSV(B) 208.21º 0.59% 0.77% -
XYZ 23.06 25.08 56.45 -
YUV 129.73 165.96 92.53 -
System Red Green Blue C M Y K H S L
Decimal 80 142 197 0.59 0.28 0 0.23 208.21 0.5 0.54
Hex 50 8E C5 3B 1C 0 17 D0 32 36
Octal 120 216 305 73 34 0 27 320 62 66
Binary 1010000 10001110 11000101 111011 11100 0 10111 11010000 110010 110110

Color Harmonies of #508EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EC5

Black with #508EC5

Text Example


Text Example

White with #508EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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