Html Css Color HEX #5374B3 Havelock Blue

📋 copy color: '#5374B3'

red 83 ◦ green 116 ◦ blue 179

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

Shades of Havelock Blue #5374B3

Tints of Havelock Blue #5374B3

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

 BLUE value IS 179 (70.31% from 255) = 47.35%

R = 21.96%
G = 30.69%
B = 47.35%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5374B3 (or 0x5374B3) is known color: Havelock Blue. HEX triplet: 53, 74 and B3. RGB value is (83,116,179). Sum of RGB (Red+Green+Blue) = 83+116+179=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 179 - color contains mainly: blue. Hex color #5374B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5374B3 is #AC8B4C. Grayscale: #717171. Windows color (decimal): -11307853 or 11760723. OLE color: 11760723.

HSL color Cylindrical-coordinate representation of color #5374B3: hue angle of 219.38º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5374B3 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 116 179 -
CMYK 0.54 0.35 0 0.30
HSL 219.38º 0.39% 0.51% -
HSV(B) 219.38º 0.54% 0.7% -
XYZ 17.95 17.58 45.1 -
YUV 113.32 165.07 106.38 -
System Red Green Blue C M Y K H S L
Decimal 83 116 179 0.54 0.35 0 0.30 219.38 0.39 0.51
Hex 53 74 B3 36 23 0 1E DB 27 33
Octal 123 164 263 66 43 0 36 333 47 63
Binary 1010011 1110100 10110011 110110 100011 0 11110 11011011 100111 110011

Color Harmonies of #5374B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5374B3

Black with #5374B3

Text Example


Text Example

White with #5374B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5374B3; }

 p { color: rgb(83,116,179); }

 H1.HeaderClassName
 {
   color: #5374B3;
 }
 .AnyTagClassName
 {
   color: #5374B3;
 }
</style>

background-color css

<style>
 a { background-color: #5374B3; }

 a { background-color: rgb(83,116,179); }

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

border-color css

<style>
 span { border-color: #5374B3; }

 span { border-color: rgb(83,116,179); }

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