Html Css Color HEX #537BBA Havelock Blue

📋 copy color: '#537BBA'

red 83 ◦ green 123 ◦ blue 186

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

Shades of Havelock Blue #537BBA

Tints of Havelock Blue #537BBA

RGB

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

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

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

R = 21.17%
G = 31.38%
B = 47.45%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#537BBA (or 0x537BBA) is known color: Havelock Blue. HEX triplet: 53, 7B and BA. RGB value is (83,123,186). Sum of RGB (Red+Green+Blue) = 83+123+186=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #537BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BBA is #AC8445. Grayscale: #757575. Windows color (decimal): -11306054 or 12221267. OLE color: 12221267.

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

Color convert

RGB 83 123 186 -
CMYK 0.55 0.34 0 0.27
HSL 216.7º 0.43% 0.53% -
HSV(B) 216.7º 0.55% 0.73% -
XYZ 19.51 19.55 49.2 -
YUV 118.22 166.25 102.88 -
System Red Green Blue C M Y K H S L
Decimal 83 123 186 0.55 0.34 0 0.27 216.7 0.43 0.53
Hex 53 7B BA 37 22 0 1B D9 2B 35
Octal 123 173 272 67 42 0 33 331 53 65
Binary 1010011 1111011 10111010 110111 100010 0 11011 11011001 101011 110101

Color Harmonies of #537BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BBA

Black with #537BBA

Text Example


Text Example

White with #537BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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