Html Css Color HEX #537BB7 Havelock Blue

📋 copy color: '#537BB7'

red 83 ◦ green 123 ◦ blue 183

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

Shades of Havelock Blue #537BB7

Tints of Havelock Blue #537BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.04%

R = 21.34%
G = 31.62%
B = 47.04%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#537BB7 (or 0x537BB7) is known color: Havelock Blue. HEX triplet: 53, 7B and B7. RGB value is (83,123,183). Sum of RGB (Red+Green+Blue) = 83+123+183=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #537BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BB7 is #AC8448. Grayscale: #757575. Windows color (decimal): -11306057 or 12024659. OLE color: 12024659.

HSL color Cylindrical-coordinate representation of color #537BB7: hue angle of 216º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #537BB7 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 123 183 -
CMYK 0.55 0.33 0 0.28
HSL 216º 0.41% 0.52% -
HSV(B) 216º 0.55% 0.72% -
XYZ 19.2 19.42 47.54 -
YUV 117.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 83 123 183 0.55 0.33 0 0.28 216 0.41 0.52
Hex 53 7B B7 37 21 0 1C D8 29 34
Octal 123 173 267 67 41 0 34 330 51 64
Binary 1010011 1111011 10110111 110111 100001 0 11100 11011000 101001 110100

Color Harmonies of #537BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BB7

Black with #537BB7

Text Example


Text Example

White with #537BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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