Html Css Color HEX #5380BD Havelock Blue

📋 copy color: '#5380BD'

red 83 ◦ green 128 ◦ blue 189

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

Shades of Havelock Blue #5380BD

Tints of Havelock Blue #5380BD

RGB

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

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

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

R = 20.75%
G = 32%
B = 47.25%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5380BD (or 0x5380BD) is known color: Havelock Blue. HEX triplet: 53, 80 and BD. RGB value is (83,128,189). Sum of RGB (Red+Green+Blue) = 83+128+189=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #5380BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5380BD is #AC7F42. Grayscale: #797979. Windows color (decimal): -11304771 or 12419155. OLE color: 12419155.

HSL color Cylindrical-coordinate representation of color #5380BD: hue angle of 214.53º 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 #5380BD is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 128 189 -
CMYK 0.56 0.32 0 0.26
HSL 214.53º 0.45% 0.53% -
HSV(B) 214.53º 0.56% 0.74% -
XYZ 20.47 20.95 51.11 -
YUV 121.5 166.09 100.54 -
System Red Green Blue C M Y K H S L
Decimal 83 128 189 0.56 0.32 0 0.26 214.53 0.45 0.53
Hex 53 80 BD 38 20 0 1A D7 2D 35
Octal 123 200 275 70 40 0 32 327 55 65
Binary 1010011 10000000 10111101 111000 100000 0 11010 11010111 101101 110101

Color Harmonies of #5380BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5380BD

Black with #5380BD

Text Example


Text Example

White with #5380BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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