Html Css Color HEX #537FBB Havelock Blue

📋 copy color: '#537FBB'

red 83 ◦ green 127 ◦ blue 187

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

Shades of Havelock Blue #537FBB

Tints of Havelock Blue #537FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 20.91%
G = 31.99%
B = 47.1%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#537FBB (or 0x537FBB) is known color: Havelock Blue. HEX triplet: 53, 7F and BB. RGB value is (83,127,187). Sum of RGB (Red+Green+Blue) = 83+127+187=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #537FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FBB is #AC8044. Grayscale: #787878. Windows color (decimal): -11305029 or 12287827. OLE color: 12287827.

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

Color convert

RGB 83 127 187 -
CMYK 0.56 0.32 0 0.27
HSL 214.62º 0.43% 0.53% -
HSV(B) 214.62º 0.56% 0.73% -
XYZ 20.13 20.61 49.93 -
YUV 120.68 165.42 101.12 -
System Red Green Blue C M Y K H S L
Decimal 83 127 187 0.56 0.32 0 0.27 214.62 0.43 0.53
Hex 53 7F BB 38 20 0 1B D7 2B 35
Octal 123 177 273 70 40 0 33 327 53 65
Binary 1010011 1111111 10111011 111000 100000 0 11011 11010111 101011 110101

Color Harmonies of #537FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FBB

Black with #537FBB

Text Example


Text Example

White with #537FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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