Html Css Color HEX #537FC3 Havelock Blue

📋 copy color: '#537FC3'

red 83 ◦ green 127 ◦ blue 195

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

Shades of Havelock Blue #537FC3

Tints of Havelock Blue #537FC3

RGB

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

 GREEN value IS 127 (50% from 255) = 31.36%

 BLUE value IS 195 (76.56% from 255) = 48.15%

R = 20.49%
G = 31.36%
B = 48.15%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#537FC3 (or 0x537FC3) is known color: Havelock Blue. HEX triplet: 53, 7F and C3. RGB value is (83,127,195). Sum of RGB (Red+Green+Blue) = 83+127+195=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 195 (76.56% from 255 or 48.15% from 405); Max value from RGB is 195 - color contains mainly: blue. Hex color #537FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FC3 is #AC803C. Grayscale: #797979. Windows color (decimal): -11305021 or 12812115. OLE color: 12812115.

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

Color convert

RGB 83 127 195 -
CMYK 0.57 0.35 0 0.24
HSL 216.43º 0.48% 0.55% -
HSV(B) 216.43º 0.57% 0.76% -
XYZ 21.01 20.96 54.57 -
YUV 121.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 83 127 195 0.57 0.35 0 0.24 216.43 0.48 0.55
Hex 53 7F C3 39 23 0 18 D8 30 37
Octal 123 177 303 71 43 0 30 330 60 67
Binary 1010011 1111111 11000011 111001 100011 0 11000 11011000 110000 110111

Color Harmonies of #537FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FC3

Black with #537FC3

Text Example


Text Example

White with #537FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,127,195); }

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

background-color css

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

 a { background-color: rgb(83,127,195); }

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

border-color css

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

 span { border-color: rgb(83,127,195); }

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