Html Css Color HEX #5384BC Havelock Blue

📋 copy color: '#5384BC'

red 83 ◦ green 132 ◦ blue 188

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

Shades of Havelock Blue #5384BC

Tints of Havelock Blue #5384BC

RGB

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

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

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

R = 20.6%
G = 32.75%
B = 46.65%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5384BC (or 0x5384BC) is known color: Havelock Blue. HEX triplet: 53, 84 and BC. RGB value is (83,132,188). Sum of RGB (Red+Green+Blue) = 83+132+188=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #5384BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384BC is #AC7B43. Grayscale: #7B7B7B. Windows color (decimal): -11303748 or 12354643. OLE color: 12354643.

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

Color convert

RGB 83 132 188 -
CMYK 0.56 0.30 0 0.26
HSL 212º 0.44% 0.53% -
HSV(B) 212º 0.56% 0.74% -
XYZ 20.9 21.97 50.72 -
YUV 123.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 83 132 188 0.56 0.30 0 0.26 212 0.44 0.53
Hex 53 84 BC 38 1E 0 1A D4 2C 35
Octal 123 204 274 70 36 0 32 324 54 65
Binary 1010011 10000100 10111100 111000 11110 0 11010 11010100 101100 110101

Color Harmonies of #5384BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5384BC

Black with #5384BC

Text Example


Text Example

White with #5384BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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