Html Css Color HEX #508EBB Danube

📋 copy color: '#508EBB'

red 80 ◦ green 142 ◦ blue 187

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

Shades of Danube #508EBB

Tints of Danube #508EBB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.72%

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 19.56%
G = 34.72%
B = 45.72%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#508EBB (or 0x508EBB) is known color: Danube. HEX triplet: 50, 8E and BB. RGB value is (80,142,187). Sum of RGB (Red+Green+Blue) = 80+142+187=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #508EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EBB is #AF7144. Grayscale: #808080. Windows color (decimal): -11497797 or 12291664. OLE color: 12291664.

HSL color Cylindrical-coordinate representation of color #508EBB: hue angle of 205.23º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #508EBB is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 142 187 -
CMYK 0.57 0.24 0 0.27
HSL 205.23º 0.44% 0.52% -
HSV(B) 205.23º 0.57% 0.73% -
XYZ 21.95 24.64 50.61 -
YUV 128.59 160.96 93.34 -
System Red Green Blue C M Y K H S L
Decimal 80 142 187 0.57 0.24 0 0.27 205.23 0.44 0.52
Hex 50 8E BB 39 18 0 1B CD 2C 34
Octal 120 216 273 71 30 0 33 315 54 64
Binary 1010000 10001110 10111011 111001 11000 0 11011 11001101 101100 110100

Color Harmonies of #508EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EBB

Black with #508EBB

Text Example


Text Example

White with #508EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,142,187); }

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

background-color css

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

 a { background-color: rgb(80,142,187); }

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

border-color css

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

 span { border-color: rgb(80,142,187); }

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