Html Css Color HEX #5384BD Havelock Blue

📋 copy color: '#5384BD'

red 83 ◦ green 132 ◦ blue 189

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

Shades of Havelock Blue #5384BD

Tints of Havelock Blue #5384BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 20.54%
G = 32.67%
B = 46.78%

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

#5384BD (or 0x5384BD) is known color: Havelock Blue. HEX triplet: 53, 84 and BD. RGB value is (83,132,189). Sum of RGB (Red+Green+Blue) = 83+132+189=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #5384BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384BD is #AC7B42. Grayscale: #7B7B7B. Windows color (decimal): -11303747 or 12420179. OLE color: 12420179.

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

Color convert

RGB 83 132 189 -
CMYK 0.56 0.30 0 0.26
HSL 212.26º 0.45% 0.53% -
HSV(B) 212.26º 0.56% 0.74% -
XYZ 21 22.02 51.29 -
YUV 123.85 164.77 98.87 -
System Red Green Blue C M Y K H S L
Decimal 83 132 189 0.56 0.30 0 0.26 212.26 0.45 0.53
Hex 53 84 BD 38 1E 0 1A D4 2D 35
Octal 123 204 275 70 36 0 32 324 55 65
Binary 1010011 10000100 10111101 111000 11110 0 11010 11010100 101101 110101

Color Harmonies of #5384BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5384BD

Black with #5384BD

Text Example


Text Example

White with #5384BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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