Html Css Color HEX #508ABC Danube

📋 copy color: '#508ABC'

red 80 ◦ green 138 ◦ blue 188

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

Shades of Danube #508ABC

Tints of Danube #508ABC

RGB

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

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

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

R = 19.7%
G = 33.99%
B = 46.31%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#508ABC (or 0x508ABC) is known color: Danube. HEX triplet: 50, 8A and BC. RGB value is (80,138,188). Sum of RGB (Red+Green+Blue) = 80+138+188=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #508ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ABC is #AF7543. Grayscale: #7E7E7E. Windows color (decimal): -11498820 or 12356176. OLE color: 12356176.

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

Color convert

RGB 80 138 188 -
CMYK 0.57 0.27 0 0.26
HSL 207.78º 0.45% 0.53% -
HSV(B) 207.78º 0.57% 0.74% -
XYZ 21.47 23.51 50.98 -
YUV 126.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 80 138 188 0.57 0.27 0 0.26 207.78 0.45 0.53
Hex 50 8A BC 39 1B 0 1A D0 2D 35
Octal 120 212 274 71 33 0 32 320 55 65
Binary 1010000 10001010 10111100 111001 11011 0 11010 11010000 101101 110101

Color Harmonies of #508ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ABC

Black with #508ABC

Text Example


Text Example

White with #508ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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