Html Css Color HEX #537BB3 Havelock Blue

📋 copy color: '#537BB3'

red 83 ◦ green 123 ◦ blue 179

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

Shades of Havelock Blue #537BB3

Tints of Havelock Blue #537BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 21.56%
G = 31.95%
B = 46.49%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#537BB3 (or 0x537BB3) is known color: Havelock Blue. HEX triplet: 53, 7B and B3. RGB value is (83,123,179). Sum of RGB (Red+Green+Blue) = 83+123+179=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #537BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BB3 is #AC844C. Grayscale: #757575. Windows color (decimal): -11306061 or 11762515. OLE color: 11762515.

HSL color Cylindrical-coordinate representation of color #537BB3: hue angle of 215º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #537BB3 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 123 179 -
CMYK 0.54 0.31 0 0.30
HSL 215º 0.39% 0.51% -
HSV(B) 215º 0.54% 0.7% -
XYZ 18.79 19.26 45.38 -
YUV 117.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 83 123 179 0.54 0.31 0 0.30 215 0.39 0.51
Hex 53 7B B3 36 1F 0 1E D7 27 33
Octal 123 173 263 66 37 0 36 327 47 63
Binary 1010011 1111011 10110011 110110 11111 0 11110 11010111 100111 110011

Color Harmonies of #537BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BB3

Black with #537BB3

Text Example


Text Example

White with #537BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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