Html Css Color HEX #537CBF Havelock Blue

📋 copy color: '#537CBF'

red 83 ◦ green 124 ◦ blue 191

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

Shades of Havelock Blue #537CBF

Tints of Havelock Blue #537CBF

RGB

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

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

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

R = 20.85%
G = 31.16%
B = 47.99%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#537CBF (or 0x537CBF) is known color: Havelock Blue. HEX triplet: 53, 7C and BF. RGB value is (83,124,191). Sum of RGB (Red+Green+Blue) = 83+124+191=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #537CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CBF is #AC8340. Grayscale: #777777. Windows color (decimal): -11305793 or 12549203. OLE color: 12549203.

HSL color Cylindrical-coordinate representation of color #537CBF: hue angle of 217.22º 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 #537CBF is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 124 191 -
CMYK 0.57 0.35 0 0.25
HSL 217.22º 0.46% 0.54% -
HSV(B) 217.22º 0.57% 0.75% -
XYZ 20.18 20.02 52.09 -
YUV 119.38 168.42 102.05 -
System Red Green Blue C M Y K H S L
Decimal 83 124 191 0.57 0.35 0 0.25 217.22 0.46 0.54
Hex 53 7C BF 39 23 0 19 D9 2E 36
Octal 123 174 277 71 43 0 31 331 56 66
Binary 1010011 1111100 10111111 111001 100011 0 11001 11011001 101110 110110

Color Harmonies of #537CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CBF

Black with #537CBF

Text Example


Text Example

White with #537CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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