Html Css Color HEX #537FBE Havelock Blue

📋 copy color: '#537FBE'

red 83 ◦ green 127 ◦ blue 190

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

Shades of Havelock Blue #537FBE

Tints of Havelock Blue #537FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.5%

R = 20.75%
G = 31.75%
B = 47.5%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#537FBE (or 0x537FBE) is known color: Havelock Blue. HEX triplet: 53, 7F and BE. RGB value is (83,127,190). Sum of RGB (Red+Green+Blue) = 83+127+190=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #537FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FBE is #AC8041. Grayscale: #787878. Windows color (decimal): -11305026 or 12484435. OLE color: 12484435.

HSL color Cylindrical-coordinate representation of color #537FBE: hue angle of 215.33º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537FBE is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 127 190 -
CMYK 0.56 0.33 0 0.25
HSL 215.33º 0.45% 0.54% -
HSV(B) 215.33º 0.56% 0.75% -
XYZ 20.45 20.74 51.64 -
YUV 121.03 166.92 100.88 -
System Red Green Blue C M Y K H S L
Decimal 83 127 190 0.56 0.33 0 0.25 215.33 0.45 0.54
Hex 53 7F BE 38 21 0 19 D7 2D 36
Octal 123 177 276 70 41 0 31 327 55 66
Binary 1010011 1111111 10111110 111000 100001 0 11001 11010111 101101 110110

Color Harmonies of #537FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FBE

Black with #537FBE

Text Example


Text Example

White with #537FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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