#537BC5

Color #537BC5 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #537BC5

Tints of Havelock Blue #537BC5

Color information

#537BC5 (or 0x537BC5) is unknown color: approx Havelock Blue. HEX triplet: 53, 7B and C5. RGB value is (83,123,197). Sum of RGB (Red+Green+Blue) = 83+123+197=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 197 (77.34% from 255 or 48.88% from 403); Max value from RGB is 197 - color contains mainly: blue. Hex color #537BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BC5 is #AC843A. Grayscale: #777777. Windows color (decimal): -11306043 or 12942163. OLE color: 12942163.

HSL color Cylindrical-coordinate representation of color #537BC5: hue angle of 218.95º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #537BC5 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB83123197-
CMYK0.580.3800.23
HSL218.95º49.57%54.9%-
HSV(B)218.95º57.87%77.25%-
XYZ20.7320.0455.6-
YUV119.48171.75101.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.60%
GREEN value IS 123 (48.44% from 255) = 30.52%
BLUE value IS 197 (77.34% from 255) = 48.88%
R=20.60%
G=30.52%
B=48.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831231970.580.3800.23218.9549.5754.9
Hex537BC53A26017db3237
Octal12317330572460273336267
Binary101001111110111100010111101010011001011111011011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #537BC5;
 }
 .AnyTagClassName
 {
   color: #537BC5;
 }
</style>
background-color css

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

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

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

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

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

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