Html Css Color HEX #537BC5 Havelock Blue

📋 copy color: '#537BC5'

red 83 ◦ green 123 ◦ blue 197

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

Shades of Havelock Blue #537BC5

Tints of Havelock Blue #537BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 48.88%

R = 20.6%
G = 30.52%
B = 48.88%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#537BC5 (or 0x537BC5) is known color: 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

RGB 83 123 197 -
CMYK 0.58 0.38 0 0.23
HSL 218.95º 0.5% 0.55% -
HSV(B) 218.95º 0.58% 0.77% -
XYZ 20.73 20.04 55.6 -
YUV 119.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 83 123 197 0.58 0.38 0 0.23 218.95 0.5 0.55
Hex 53 7B C5 3A 26 0 17 DB 32 37
Octal 123 173 305 72 46 0 27 333 62 67
Binary 1010011 1111011 11000101 111010 100110 0 10111 11011011 110010 110111

Color Harmonies of #537BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BC5

Black with #537BC5

Text Example


Text Example

White with #537BC5

Text Example


Text Example

HTML Codes & Css Web 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>