Html Css Color HEX #537FBC Havelock Blue

📋 copy color: '#537FBC'

red 83 ◦ green 127 ◦ blue 188

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

Shades of Havelock Blue #537FBC

Tints of Havelock Blue #537FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 20.85%
G = 31.91%
B = 47.24%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#537FBC (or 0x537FBC) is known color: Havelock Blue. HEX triplet: 53, 7F and BC. RGB value is (83,127,188). Sum of RGB (Red+Green+Blue) = 83+127+188=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #537FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FBC is #AC8043. Grayscale: #787878. Windows color (decimal): -11305028 or 12353363. OLE color: 12353363.

HSL color Cylindrical-coordinate representation of color #537FBC: hue angle of 214.86º degrees, saturation: 0.44, 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 #537FBC is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 127 188 -
CMYK 0.56 0.32 0 0.26
HSL 214.86º 0.44% 0.53% -
HSV(B) 214.86º 0.56% 0.74% -
XYZ 20.23 20.65 50.5 -
YUV 120.8 165.92 101.04 -
System Red Green Blue C M Y K H S L
Decimal 83 127 188 0.56 0.32 0 0.26 214.86 0.44 0.53
Hex 53 7F BC 38 20 0 1A D7 2C 35
Octal 123 177 274 70 40 0 32 327 54 65
Binary 1010011 1111111 10111100 111000 100000 0 11010 11010111 101100 110101

Color Harmonies of #537FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FBC

Black with #537FBC

Text Example


Text Example

White with #537FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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