Html Css Color HEX #5380BC Havelock Blue

📋 copy color: '#5380BC'

red 83 ◦ green 128 ◦ blue 188

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

Shades of Havelock Blue #5380BC

Tints of Havelock Blue #5380BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 20.8%
G = 32.08%
B = 47.12%

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

#5380BC (or 0x5380BC) is known color: Havelock Blue. HEX triplet: 53, 80 and BC. RGB value is (83,128,188). Sum of RGB (Red+Green+Blue) = 83+128+188=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #5380BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5380BC is #AC7F43. Grayscale: #797979. Windows color (decimal): -11304772 or 12353619. OLE color: 12353619.

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

Color convert

RGB 83 128 188 -
CMYK 0.56 0.32 0 0.26
HSL 214.29º 0.44% 0.53% -
HSV(B) 214.29º 0.56% 0.74% -
XYZ 20.36 20.91 50.54 -
YUV 121.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 83 128 188 0.56 0.32 0 0.26 214.29 0.44 0.53
Hex 53 80 BC 38 20 0 1A D6 2C 35
Octal 123 200 274 70 40 0 32 326 54 65
Binary 1010011 10000000 10111100 111000 100000 0 11010 11010110 101100 110101

Color Harmonies of #5380BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5380BC

Black with #5380BC

Text Example


Text Example

White with #5380BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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