Html Css Color HEX #5380B9 Havelock Blue

📋 copy color: '#5380B9'

red 83 ◦ green 128 ◦ blue 185

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

Shades of Havelock Blue #5380B9

Tints of Havelock Blue #5380B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.72%

R = 20.96%
G = 32.32%
B = 46.72%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5380B9 (or 0x5380B9) is known color: Havelock Blue. HEX triplet: 53, 80 and B9. RGB value is (83,128,185). Sum of RGB (Red+Green+Blue) = 83+128+185=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #5380B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5380B9 is #AC7F46. Grayscale: #787878. Windows color (decimal): -11304775 or 12157011. OLE color: 12157011.

HSL color Cylindrical-coordinate representation of color #5380B9: hue angle of 213.53º degrees, saturation: 0.42, 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 #5380B9 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 128 185 -
CMYK 0.55 0.31 0 0.27
HSL 213.53º 0.42% 0.53% -
HSV(B) 213.53º 0.55% 0.73% -
XYZ 20.04 20.78 48.85 -
YUV 121.04 164.09 100.87 -
System Red Green Blue C M Y K H S L
Decimal 83 128 185 0.55 0.31 0 0.27 213.53 0.42 0.53
Hex 53 80 B9 37 1F 0 1B D6 2A 35
Octal 123 200 271 67 37 0 33 326 52 65
Binary 1010011 10000000 10111001 110111 11111 0 11011 11010110 101010 110101

Color Harmonies of #5380B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5380B9

Black with #5380B9

Text Example


Text Example

White with #5380B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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