Html Css Color HEX #537BBB Havelock Blue

📋 copy color: '#537BBB'

red 83 ◦ green 123 ◦ blue 187

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

Shades of Havelock Blue #537BBB

Tints of Havelock Blue #537BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.3%

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

R = 21.12%
G = 31.3%
B = 47.58%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#537BBB (or 0x537BBB) is known color: Havelock Blue. HEX triplet: 53, 7B and BB. RGB value is (83,123,187). Sum of RGB (Red+Green+Blue) = 83+123+187=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #537BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BBB is #AC8444. Grayscale: #767676. Windows color (decimal): -11306053 or 12286803. OLE color: 12286803.

HSL color Cylindrical-coordinate representation of color #537BBB: hue angle of 216.92º 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 #537BBB is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 123 187 -
CMYK 0.56 0.34 0 0.27
HSL 216.92º 0.43% 0.53% -
HSV(B) 216.92º 0.56% 0.73% -
XYZ 19.62 19.59 49.76 -
YUV 118.34 166.75 102.8 -
System Red Green Blue C M Y K H S L
Decimal 83 123 187 0.56 0.34 0 0.27 216.92 0.43 0.53
Hex 53 7B BB 38 22 0 1B D9 2B 35
Octal 123 173 273 70 42 0 33 331 53 65
Binary 1010011 1111011 10111011 111000 100010 0 11011 11011001 101011 110101

Color Harmonies of #537BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BBB

Black with #537BBB

Text Example


Text Example

White with #537BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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