Html Css Color HEX #537FBA Havelock Blue

📋 copy color: '#537FBA'

red 83 ◦ green 127 ◦ blue 186

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

Shades of Havelock Blue #537FBA

Tints of Havelock Blue #537FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 32.07%

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 20.96%
G = 32.07%
B = 46.97%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#537FBA (or 0x537FBA) is known color: Havelock Blue. HEX triplet: 53, 7F and BA. RGB value is (83,127,186). Sum of RGB (Red+Green+Blue) = 83+127+186=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #537FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FBA is #AC8045. Grayscale: #787878. Windows color (decimal): -11305030 or 12222291. OLE color: 12222291.

HSL color Cylindrical-coordinate representation of color #537FBA: hue angle of 214.37º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #537FBA is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 127 186 -
CMYK 0.55 0.32 0 0.27
HSL 214.37º 0.43% 0.53% -
HSV(B) 214.37º 0.55% 0.73% -
XYZ 20.02 20.56 49.37 -
YUV 120.57 164.92 101.2 -
System Red Green Blue C M Y K H S L
Decimal 83 127 186 0.55 0.32 0 0.27 214.37 0.43 0.53
Hex 53 7F BA 37 20 0 1B D6 2B 35
Octal 123 177 272 67 40 0 33 326 53 65
Binary 1010011 1111111 10111010 110111 100000 0 11011 11010110 101011 110101

Color Harmonies of #537FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FBA

Black with #537FBA

Text Example


Text Example

White with #537FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537FBA; }

 p { color: rgb(83,127,186); }

 H1.HeaderClassName
 {
   color: #537FBA;
 }
 .AnyTagClassName
 {
   color: #537FBA;
 }
</style>

background-color css

<style>
 a { background-color: #537FBA; }

 a { background-color: rgb(83,127,186); }

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

border-color css

<style>
 span { border-color: #537FBA; }

 span { border-color: rgb(83,127,186); }

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