Html Css Color HEX #537DC7 Havelock Blue

📋 copy color: '#537DC7'

red 83 ◦ green 125 ◦ blue 199

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

Shades of Havelock Blue #537DC7

Tints of Havelock Blue #537DC7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.71%

 BLUE value IS 199 (78.13% from 255) = 48.89%

R = 20.39%
G = 30.71%
B = 48.89%

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

#537DC7 (or 0x537DC7) is known color: Havelock Blue. HEX triplet: 53, 7D and C7. RGB value is (83,125,199). Sum of RGB (Red+Green+Blue) = 83+125+199=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 199 - color contains mainly: blue. Hex color #537DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DC7 is #AC8238. Grayscale: #787878. Windows color (decimal): -11305529 or 13073747. OLE color: 13073747.

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

Color convert

RGB 83 125 199 -
CMYK 0.58 0.37 0 0.22
HSL 218.28º 0.51% 0.55% -
HSV(B) 218.28º 0.58% 0.78% -
XYZ 21.21 20.63 56.9 -
YUV 120.88 172.09 100.98 -
System Red Green Blue C M Y K H S L
Decimal 83 125 199 0.58 0.37 0 0.22 218.28 0.51 0.55
Hex 53 7D C7 3A 25 0 16 DA 33 37
Octal 123 175 307 72 45 0 26 332 63 67
Binary 1010011 1111101 11000111 111010 100101 0 10110 11011010 110011 110111

Color Harmonies of #537DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DC7

Black with #537DC7

Text Example


Text Example

White with #537DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,125,199); }

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

background-color css

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

 a { background-color: rgb(83,125,199); }

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

border-color css

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

 span { border-color: rgb(83,125,199); }

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