Html Css Color HEX #537BC1 Havelock Blue

📋 copy color: '#537BC1'

red 83 ◦ green 123 ◦ blue 193

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

Shades of Havelock Blue #537BC1

Tints of Havelock Blue #537BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.37%

R = 20.8%
G = 30.83%
B = 48.37%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#537BC1 (or 0x537BC1) is known color: Havelock Blue. HEX triplet: 53, 7B and C1. RGB value is (83,123,193). Sum of RGB (Red+Green+Blue) = 83+123+193=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #537BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BC1 is #AC843E. Grayscale: #767676. Windows color (decimal): -11306047 or 12680019. OLE color: 12680019.

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

Color convert

RGB 83 123 193 -
CMYK 0.57 0.36 0 0.24
HSL 218.18º 0.47% 0.54% -
HSV(B) 218.18º 0.57% 0.76% -
XYZ 20.28 19.86 53.22 -
YUV 119.02 169.75 102.31 -
System Red Green Blue C M Y K H S L
Decimal 83 123 193 0.57 0.36 0 0.24 218.18 0.47 0.54
Hex 53 7B C1 39 24 0 18 DA 2F 36
Octal 123 173 301 71 44 0 30 332 57 66
Binary 1010011 1111011 11000001 111001 100100 0 11000 11011010 101111 110110

Color Harmonies of #537BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BC1

Black with #537BC1

Text Example


Text Example

White with #537BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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