Html Css Color HEX #5388BD Danube

📋 copy color: '#5388BD'

red 83 ◦ green 136 ◦ blue 189

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

Shades of Danube #5388BD

Tints of Danube #5388BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 20.34%
G = 33.33%
B = 46.32%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5388BD (or 0x5388BD) is known color: Danube. HEX triplet: 53, 88 and BD. RGB value is (83,136,189). Sum of RGB (Red+Green+Blue) = 83+136+189=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #5388BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5388BD is #AC7742. Grayscale: #7D7D7D. Windows color (decimal): -11302723 or 12421203. OLE color: 12421203.

HSL color Cylindrical-coordinate representation of color #5388BD: hue angle of 210º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5388BD is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 136 189 -
CMYK 0.56 0.28 0 0.26
HSL 210º 0.45% 0.53% -
HSV(B) 210º 0.56% 0.74% -
XYZ 21.56 23.12 51.47 -
YUV 126.2 163.44 97.19 -
System Red Green Blue C M Y K H S L
Decimal 83 136 189 0.56 0.28 0 0.26 210 0.45 0.53
Hex 53 88 BD 38 1C 0 1A D2 2D 35
Octal 123 210 275 70 34 0 32 322 55 65
Binary 1010011 10001000 10111101 111000 11100 0 11010 11010010 101101 110101

Color Harmonies of #5388BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5388BD

Black with #5388BD

Text Example


Text Example

White with #5388BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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