Html Css Color HEX #5383BD Havelock Blue

📋 copy color: '#5383BD'

red 83 ◦ green 131 ◦ blue 189

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

Shades of Havelock Blue #5383BD

Tints of Havelock Blue #5383BD

RGB

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

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

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

R = 20.6%
G = 32.51%
B = 46.9%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5383BD (or 0x5383BD) is known color: Havelock Blue. HEX triplet: 53, 83 and BD. RGB value is (83,131,189). Sum of RGB (Red+Green+Blue) = 83+131+189=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #5383BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5383BD is #AC7C42. Grayscale: #7A7A7A. Windows color (decimal): -11304003 or 12419923. OLE color: 12419923.

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

Color convert

RGB 83 131 189 -
CMYK 0.56 0.31 0 0.26
HSL 212.83º 0.45% 0.53% -
HSV(B) 212.83º 0.56% 0.74% -
XYZ 20.87 21.75 51.24 -
YUV 123.26 165.1 99.28 -
System Red Green Blue C M Y K H S L
Decimal 83 131 189 0.56 0.31 0 0.26 212.83 0.45 0.53
Hex 53 83 BD 38 1F 0 1A D5 2D 35
Octal 123 203 275 70 37 0 32 325 55 65
Binary 1010011 10000011 10111101 111000 11111 0 11010 11010101 101101 110101

Color Harmonies of #5383BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5383BD

Black with #5383BD

Text Example


Text Example

White with #5383BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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