Html Css Color HEX #537EC8 Havelock Blue

📋 copy color: '#537EC8'

red 83 ◦ green 126 ◦ blue 200

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

Shades of Havelock Blue #537EC8

Tints of Havelock Blue #537EC8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.81%

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

R = 20.29%
G = 30.81%
B = 48.9%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#537EC8 (or 0x537EC8) is known color: Havelock Blue. HEX triplet: 53, 7E and C8. RGB value is (83,126,200). Sum of RGB (Red+Green+Blue) = 83+126+200=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #537EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537EC8 is #AC8137. Grayscale: #797979. Windows color (decimal): -11305272 or 13139539. OLE color: 13139539.

HSL color Cylindrical-coordinate representation of color #537EC8: hue angle of 217.95º 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 #537EC8 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 126 200 -
CMYK 0.58 0.37 0 0.22
HSL 217.95º 0.52% 0.55% -
HSV(B) 217.95º 0.59% 0.78% -
XYZ 21.45 20.93 57.55 -
YUV 121.58 172.25 100.48 -
System Red Green Blue C M Y K H S L
Decimal 83 126 200 0.58 0.37 0 0.22 217.95 0.52 0.55
Hex 53 7E C8 3A 25 0 16 DA 34 37
Octal 123 176 310 72 45 0 26 332 64 67
Binary 1010011 1111110 11001000 111010 100101 0 10110 11011010 110100 110111

Color Harmonies of #537EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537EC8

Black with #537EC8

Text Example


Text Example

White with #537EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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