Html Css Color HEX #508CC0 Danube

📋 copy color: '#508CC0'

red 80 ◦ green 140 ◦ blue 192

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

Shades of Danube #508CC0

Tints of Danube #508CC0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

 BLUE value IS 192 (75.39% from 255) = 46.6%

R = 19.42%
G = 33.98%
B = 46.6%

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

#508CC0 (or 0x508CC0) is known color: Danube. HEX triplet: 50, 8C and C0. RGB value is (80,140,192). Sum of RGB (Red+Green+Blue) = 80+140+192=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #508CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CC0 is #AF733F. Grayscale: #7F7F7F. Windows color (decimal): -11498304 or 12618832. OLE color: 12618832.

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

Color convert

RGB 80 140 192 -
CMYK 0.58 0.27 0 0.25
HSL 207.86º 0.47% 0.53% -
HSV(B) 207.86º 0.58% 0.75% -
XYZ 22.2 24.27 53.38 -
YUV 127.99 164.12 93.77 -
System Red Green Blue C M Y K H S L
Decimal 80 140 192 0.58 0.27 0 0.25 207.86 0.47 0.53
Hex 50 8C C0 3A 1B 0 19 D0 2F 35
Octal 120 214 300 72 33 0 31 320 57 65
Binary 1010000 10001100 11000000 111010 11011 0 11001 11010000 101111 110101

Color Harmonies of #508CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CC0

Black with #508CC0

Text Example


Text Example

White with #508CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,140,192); }

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

background-color css

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

 a { background-color: rgb(80,140,192); }

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

border-color css

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

 span { border-color: rgb(80,140,192); }

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