Html Css Color HEX #5188BA Danube

📋 copy color: '#5188BA'

red 81 ◦ green 136 ◦ blue 186

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

Shades of Danube #5188BA

Tints of Danube #5188BA

RGB

 RED value IS 81 (32.03% from 255) = 20.1%

 GREEN value IS 136 (53.52% from 255) = 33.75%

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 20.1%
G = 33.75%
B = 46.15%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5188BA (or 0x5188BA) is known color: Danube. HEX triplet: 51, 88 and BA. RGB value is (81,136,186). Sum of RGB (Red+Green+Blue) = 81+136+186=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #5188BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5188BA is #AE7745. Grayscale: #7D7D7D. Windows color (decimal): -11433798 or 12224593. OLE color: 12224593.

HSL color Cylindrical-coordinate representation of color #5188BA: hue angle of 208.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5188BA is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 136 186 -
CMYK 0.56 0.27 0 0.27
HSL 208.57º 0.43% 0.52% -
HSV(B) 208.57º 0.56% 0.73% -
XYZ 21.06 22.9 49.77 -
YUV 125.26 162.28 96.43 -
System Red Green Blue C M Y K H S L
Decimal 81 136 186 0.56 0.27 0 0.27 208.57 0.43 0.52
Hex 51 88 BA 38 1B 0 1B D1 2B 34
Octal 121 210 272 70 33 0 33 321 53 64
Binary 1010001 10001000 10111010 111000 11011 0 11011 11010001 101011 110100

Color Harmonies of #5188BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5188BA

Black with #5188BA

Text Example


Text Example

White with #5188BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5188BA; }

 p { color: rgb(81,136,186); }

 H1.HeaderClassName
 {
   color: #5188BA;
 }
 .AnyTagClassName
 {
   color: #5188BA;
 }
</style>

background-color css

<style>
 a { background-color: #5188BA; }

 a { background-color: rgb(81,136,186); }

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

border-color css

<style>
 span { border-color: #5188BA; }

 span { border-color: rgb(81,136,186); }

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