Html Css Color HEX #537CC8 Havelock Blue

📋 copy color: '#537CC8'

red 83 ◦ green 124 ◦ blue 200

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

Shades of Havelock Blue #537CC8

Tints of Havelock Blue #537CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.14%

R = 20.39%
G = 30.47%
B = 49.14%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#537CC8 (or 0x537CC8) is known color: Havelock Blue. HEX triplet: 53, 7C and C8. RGB value is (83,124,200). Sum of RGB (Red+Green+Blue) = 83+124+200=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #537CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CC8 is #AC8337. Grayscale: #787878. Windows color (decimal): -11305784 or 13139027. OLE color: 13139027.

HSL color Cylindrical-coordinate representation of color #537CC8: hue angle of 218.97º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #537CC8 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 124 200 -
CMYK 0.58 0.38 0 0.22
HSL 218.97º 0.52% 0.55% -
HSV(B) 218.97º 0.59% 0.78% -
XYZ 21.2 20.42 57.47 -
YUV 120.41 172.92 101.32 -
System Red Green Blue C M Y K H S L
Decimal 83 124 200 0.58 0.38 0 0.22 218.97 0.52 0.55
Hex 53 7C C8 3A 26 0 16 DB 34 37
Octal 123 174 310 72 46 0 26 333 64 67
Binary 1010011 1111100 11001000 111010 100110 0 10110 11011011 110100 110111

Color Harmonies of #537CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CC8

Black with #537CC8

Text Example


Text Example

White with #537CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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