Html Css Color HEX #5380BB Havelock Blue

📋 copy color: '#5380BB'

red 83 ◦ green 128 ◦ blue 187

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

Shades of Havelock Blue #5380BB

Tints of Havelock Blue #5380BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

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

R = 20.85%
G = 32.16%
B = 46.98%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5380BB (or 0x5380BB) is known color: Havelock Blue. HEX triplet: 53, 80 and BB. RGB value is (83,128,187). Sum of RGB (Red+Green+Blue) = 83+128+187=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #5380BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5380BB is #AC7F44. Grayscale: #787878. Windows color (decimal): -11304773 or 12288083. OLE color: 12288083.

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

Color convert

RGB 83 128 187 -
CMYK 0.56 0.32 0 0.27
HSL 214.04º 0.43% 0.53% -
HSV(B) 214.04º 0.56% 0.73% -
XYZ 20.26 20.87 49.97 -
YUV 121.27 165.09 100.7 -
System Red Green Blue C M Y K H S L
Decimal 83 128 187 0.56 0.32 0 0.27 214.04 0.43 0.53
Hex 53 80 BB 38 20 0 1B D6 2B 35
Octal 123 200 273 70 40 0 33 326 53 65
Binary 1010011 10000000 10111011 111000 100000 0 11011 11010110 101011 110101

Color Harmonies of #5380BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5380BB

Black with #5380BB

Text Example


Text Example

White with #5380BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5380BB; }

 p { color: rgb(83,128,187); }

 H1.HeaderClassName
 {
   color: #5380BB;
 }
 .AnyTagClassName
 {
   color: #5380BB;
 }
</style>

background-color css

<style>
 a { background-color: #5380BB; }

 a { background-color: rgb(83,128,187); }

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

border-color css

<style>
 span { border-color: #5380BB; }

 span { border-color: rgb(83,128,187); }

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