Html Css Color HEX #508ABF Danube

📋 copy color: '#508ABF'

red 80 ◦ green 138 ◦ blue 191

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

Shades of Danube #508ABF

Tints of Danube #508ABF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.74%

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

R = 19.56%
G = 33.74%
B = 46.7%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#508ABF (or 0x508ABF) is known color: Danube. HEX triplet: 50, 8A and BF. RGB value is (80,138,191). Sum of RGB (Red+Green+Blue) = 80+138+191=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #508ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ABF is #AF7540. Grayscale: #7E7E7E. Windows color (decimal): -11498817 or 12552784. OLE color: 12552784.

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

Color convert

RGB 80 138 191 -
CMYK 0.58 0.28 0 0.25
HSL 208.65º 0.46% 0.53% -
HSV(B) 208.65º 0.58% 0.75% -
XYZ 21.8 23.64 52.7 -
YUV 126.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 80 138 191 0.58 0.28 0 0.25 208.65 0.46 0.53
Hex 50 8A BF 3A 1C 0 19 D1 2E 35
Octal 120 212 277 72 34 0 31 321 56 65
Binary 1010000 10001010 10111111 111010 11100 0 11001 11010001 101110 110101

Color Harmonies of #508ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ABF

Black with #508ABF

Text Example


Text Example

White with #508ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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