Html Css Color HEX #537CBC Havelock Blue

📋 copy color: '#537CBC'

red 83 ◦ green 124 ◦ blue 188

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

Shades of Havelock Blue #537CBC

Tints of Havelock Blue #537CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.39%

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 21.01%
G = 31.39%
B = 47.59%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#537CBC (or 0x537CBC) is known color: Havelock Blue. HEX triplet: 53, 7C and BC. RGB value is (83,124,188). Sum of RGB (Red+Green+Blue) = 83+124+188=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #537CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CBC is #AC8343. Grayscale: #767676. Windows color (decimal): -11305796 or 12352595. OLE color: 12352595.

HSL color Cylindrical-coordinate representation of color #537CBC: hue angle of 216.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537CBC is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 124 188 -
CMYK 0.56 0.34 0 0.26
HSL 216.57º 0.44% 0.53% -
HSV(B) 216.57º 0.56% 0.74% -
XYZ 19.85 19.89 50.37 -
YUV 119.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 83 124 188 0.56 0.34 0 0.26 216.57 0.44 0.53
Hex 53 7C BC 38 22 0 1A D9 2C 35
Octal 123 174 274 70 42 0 32 331 54 65
Binary 1010011 1111100 10111100 111000 100010 0 11010 11011001 101100 110101

Color Harmonies of #537CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CBC

Black with #537CBC

Text Example


Text Example

White with #537CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,124,188); }

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

background-color css

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

 a { background-color: rgb(83,124,188); }

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

border-color css

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

 span { border-color: rgb(83,124,188); }

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