Html Css Color HEX #508CBB Danube

📋 copy color: '#508CBB'

red 80 ◦ green 140 ◦ blue 187

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

Shades of Danube #508CBB

Tints of Danube #508CBB

RGB

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

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

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

R = 19.66%
G = 34.4%
B = 45.95%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#508CBB (or 0x508CBB) is known color: Danube. HEX triplet: 50, 8C and BB. RGB value is (80,140,187). Sum of RGB (Red+Green+Blue) = 80+140+187=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #508CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CBB is #AF7344. Grayscale: #7F7F7F. Windows color (decimal): -11498309 or 12291152. OLE color: 12291152.

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

Color convert

RGB 80 140 187 -
CMYK 0.57 0.25 0 0.27
HSL 206.36º 0.44% 0.52% -
HSV(B) 206.36º 0.57% 0.73% -
XYZ 21.66 24.05 50.51 -
YUV 127.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 80 140 187 0.57 0.25 0 0.27 206.36 0.44 0.52
Hex 50 8C BB 39 19 0 1B CE 2C 34
Octal 120 214 273 71 31 0 33 316 54 64
Binary 1010000 10001100 10111011 111001 11001 0 11011 11001110 101100 110100

Color Harmonies of #508CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CBB

Black with #508CBB

Text Example


Text Example

White with #508CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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