Html Css Color HEX #5383BF Havelock Blue

📋 copy color: '#5383BF'

red 83 ◦ green 131 ◦ blue 191

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

Shades of Havelock Blue #5383BF

Tints of Havelock Blue #5383BF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

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

R = 20.49%
G = 32.35%
B = 47.16%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5383BF (or 0x5383BF) is known color: Havelock Blue. HEX triplet: 53, 83 and BF. RGB value is (83,131,191). Sum of RGB (Red+Green+Blue) = 83+131+191=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #5383BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5383BF is #AC7C40. Grayscale: #7B7B7B. Windows color (decimal): -11304001 or 12550995. OLE color: 12550995.

HSL color Cylindrical-coordinate representation of color #5383BF: hue angle of 213.33º 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 #5383BF is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 131 191 -
CMYK 0.57 0.31 0 0.25
HSL 213.33º 0.46% 0.54% -
HSV(B) 213.33º 0.57% 0.75% -
XYZ 21.09 21.83 52.39 -
YUV 123.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 83 131 191 0.57 0.31 0 0.25 213.33 0.46 0.54
Hex 53 83 BF 39 1F 0 19 D5 2E 36
Octal 123 203 277 71 37 0 31 325 56 66
Binary 1010011 10000011 10111111 111001 11111 0 11001 11010101 101110 110110

Color Harmonies of #5383BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5383BF

Black with #5383BF

Text Example


Text Example

White with #5383BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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