Html Css Color HEX #5384BE Havelock Blue

📋 copy color: '#5384BE'

red 83 ◦ green 132 ◦ blue 190

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

Shades of Havelock Blue #5384BE

Tints of Havelock Blue #5384BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.59%

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 20.49%
G = 32.59%
B = 46.91%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5384BE (or 0x5384BE) is known color: Havelock Blue. HEX triplet: 53, 84 and BE. RGB value is (83,132,190). Sum of RGB (Red+Green+Blue) = 83+132+190=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #5384BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384BE is #AC7B41. Grayscale: #7B7B7B. Windows color (decimal): -11303746 or 12485715. OLE color: 12485715.

HSL color Cylindrical-coordinate representation of color #5384BE: hue angle of 212.52º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5384BE is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 132 190 -
CMYK 0.56 0.31 0 0.25
HSL 212.52º 0.45% 0.54% -
HSV(B) 212.52º 0.56% 0.75% -
XYZ 21.11 22.06 51.86 -
YUV 123.96 165.27 98.78 -
System Red Green Blue C M Y K H S L
Decimal 83 132 190 0.56 0.31 0 0.25 212.52 0.45 0.54
Hex 53 84 BE 38 1F 0 19 D5 2D 36
Octal 123 204 276 70 37 0 31 325 55 66
Binary 1010011 10000100 10111110 111000 11111 0 11001 11010101 101101 110110

Color Harmonies of #5384BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5384BE

Black with #5384BE

Text Example


Text Example

White with #5384BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5384BE; }

 p { color: rgb(83,132,190); }

 H1.HeaderClassName
 {
   color: #5384BE;
 }
 .AnyTagClassName
 {
   color: #5384BE;
 }
</style>

background-color css

<style>
 a { background-color: #5384BE; }

 a { background-color: rgb(83,132,190); }

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

border-color css

<style>
 span { border-color: #5384BE; }

 span { border-color: rgb(83,132,190); }

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