Html Css Color HEX #5382BF Havelock Blue

📋 copy color: '#5382BF'

red 83 ◦ green 130 ◦ blue 191

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

Shades of Havelock Blue #5382BF

Tints of Havelock Blue #5382BF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.18%

 BLUE value IS 191 (75% from 255) = 47.28%

R = 20.54%
G = 32.18%
B = 47.28%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5382BF (or 0x5382BF) is known color: Havelock Blue. HEX triplet: 53, 82 and BF. RGB value is (83,130,191). Sum of RGB (Red+Green+Blue) = 83+130+191=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #5382BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5382BF is #AC7D40. Grayscale: #7A7A7A. Windows color (decimal): -11304257 or 12550739. OLE color: 12550739.

HSL color Cylindrical-coordinate representation of color #5382BF: hue angle of 213.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5382BF is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 130 191 -
CMYK 0.57 0.32 0 0.25
HSL 213.89º 0.46% 0.54% -
HSV(B) 213.89º 0.57% 0.75% -
XYZ 20.95 21.57 52.35 -
YUV 122.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 83 130 191 0.57 0.32 0 0.25 213.89 0.46 0.54
Hex 53 82 BF 39 20 0 19 D6 2E 36
Octal 123 202 277 71 40 0 31 326 56 66
Binary 1010011 10000010 10111111 111001 100000 0 11001 11010110 101110 110110

Color Harmonies of #5382BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5382BF

Black with #5382BF

Text Example


Text Example

White with #5382BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5382BF; }

 p { color: rgb(83,130,191); }

 H1.HeaderClassName
 {
   color: #5382BF;
 }
 .AnyTagClassName
 {
   color: #5382BF;
 }
</style>

background-color css

<style>
 a { background-color: #5382BF; }

 a { background-color: rgb(83,130,191); }

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

border-color css

<style>
 span { border-color: #5382BF; }

 span { border-color: rgb(83,130,191); }

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