Html Css Color HEX #5388BA Danube

📋 copy color: '#5388BA'

red 83 ◦ green 136 ◦ blue 186

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

Shades of Danube #5388BA

Tints of Danube #5388BA

RGB

 RED value IS 83 (32.81% from 255) = 20.49%

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

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

R = 20.49%
G = 33.58%
B = 45.93%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5388BA (or 0x5388BA) is known color: Danube. HEX triplet: 53, 88 and BA. RGB value is (83,136,186). Sum of RGB (Red+Green+Blue) = 83+136+186=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #5388BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5388BA is #AC7745. Grayscale: #7D7D7D. Windows color (decimal): -11302726 or 12224595. OLE color: 12224595.

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

Color convert

RGB 83 136 186 -
CMYK 0.55 0.27 0 0.27
HSL 209.13º 0.43% 0.53% -
HSV(B) 209.13º 0.55% 0.73% -
XYZ 21.23 22.99 49.77 -
YUV 125.85 161.94 97.43 -
System Red Green Blue C M Y K H S L
Decimal 83 136 186 0.55 0.27 0 0.27 209.13 0.43 0.53
Hex 53 88 BA 37 1B 0 1B D1 2B 35
Octal 123 210 272 67 33 0 33 321 53 65
Binary 1010011 10001000 10111010 110111 11011 0 11011 11010001 101011 110101

Color Harmonies of #5388BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5388BA

Black with #5388BA

Text Example


Text Example

White with #5388BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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