Html Css Color HEX #508CBF Danube

📋 copy color: '#508CBF'

red 80 ◦ green 140 ◦ blue 191

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

Shades of Danube #508CBF

Tints of Danube #508CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.47%

R = 19.46%
G = 34.06%
B = 46.47%

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

#508CBF (or 0x508CBF) is known color: Danube. HEX triplet: 50, 8C and BF. RGB value is (80,140,191). Sum of RGB (Red+Green+Blue) = 80+140+191=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #508CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CBF is #AF7340. Grayscale: #7F7F7F. Windows color (decimal): -11498305 or 12553296. OLE color: 12553296.

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

Color convert

RGB 80 140 191 -
CMYK 0.58 0.27 0 0.25
HSL 207.57º 0.46% 0.53% -
HSV(B) 207.57º 0.58% 0.75% -
XYZ 22.09 24.22 52.8 -
YUV 127.87 163.62 93.85 -
System Red Green Blue C M Y K H S L
Decimal 80 140 191 0.58 0.27 0 0.25 207.57 0.46 0.53
Hex 50 8C BF 3A 1B 0 19 D0 2E 35
Octal 120 214 277 72 33 0 31 320 56 65
Binary 1010000 10001100 10111111 111010 11011 0 11001 11010000 101110 110101

Color Harmonies of #508CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CBF

Black with #508CBF

Text Example


Text Example

White with #508CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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