Html Css Color HEX #537BBF Havelock Blue

📋 copy color: '#537BBF'

red 83 ◦ green 123 ◦ blue 191

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

Shades of Havelock Blue #537BBF

Tints of Havelock Blue #537BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.11%

R = 20.91%
G = 30.98%
B = 48.11%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#537BBF (or 0x537BBF) is known color: Havelock Blue. HEX triplet: 53, 7B and BF. RGB value is (83,123,191). Sum of RGB (Red+Green+Blue) = 83+123+191=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #537BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BBF is #AC8440. Grayscale: #767676. Windows color (decimal): -11306049 or 12548947. OLE color: 12548947.

HSL color Cylindrical-coordinate representation of color #537BBF: hue angle of 217.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #537BBF is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 123 191 -
CMYK 0.57 0.36 0 0.25
HSL 217.78º 0.46% 0.54% -
HSV(B) 217.78º 0.57% 0.75% -
XYZ 20.05 19.77 52.05 -
YUV 118.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 83 123 191 0.57 0.36 0 0.25 217.78 0.46 0.54
Hex 53 7B BF 39 24 0 19 DA 2E 36
Octal 123 173 277 71 44 0 31 332 56 66
Binary 1010011 1111011 10111111 111001 100100 0 11001 11011010 101110 110110

Color Harmonies of #537BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BBF

Black with #537BBF

Text Example


Text Example

White with #537BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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