Html Css Color HEX #508CBC Danube

📋 copy color: '#508CBC'

red 80 ◦ green 140 ◦ blue 188

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

Shades of Danube #508CBC

Tints of Danube #508CBC

RGB

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

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

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

R = 19.61%
G = 34.31%
B = 46.08%

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

#508CBC (or 0x508CBC) is known color: Danube. HEX triplet: 50, 8C and BC. RGB value is (80,140,188). Sum of RGB (Red+Green+Blue) = 80+140+188=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #508CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CBC is #AF7343. Grayscale: #7F7F7F. Windows color (decimal): -11498308 or 12356688. OLE color: 12356688.

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

Color convert

RGB 80 140 188 -
CMYK 0.57 0.26 0 0.26
HSL 206.67º 0.45% 0.53% -
HSV(B) 206.67º 0.57% 0.74% -
XYZ 21.76 24.09 51.08 -
YUV 127.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 80 140 188 0.57 0.26 0 0.26 206.67 0.45 0.53
Hex 50 8C BC 39 1A 0 1A CF 2D 35
Octal 120 214 274 71 32 0 32 317 55 65
Binary 1010000 10001100 10111100 111001 11010 0 11010 11001111 101101 110101

Color Harmonies of #508CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CBC

Black with #508CBC

Text Example


Text Example

White with #508CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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