Html Css Color HEX #537FD0 Havelock Blue

📋 copy color: '#537FD0'

red 83 ◦ green 127 ◦ blue 208

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

Shades of Havelock Blue #537FD0

Tints of Havelock Blue #537FD0

RGB

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

 GREEN value IS 127 (50% from 255) = 30.38%

 BLUE value IS 208 (81.64% from 255) = 49.76%

R = 19.86%
G = 30.38%
B = 49.76%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#537FD0 (or 0x537FD0) is known color: Havelock Blue. HEX triplet: 53, 7F and D0. RGB value is (83,127,208). Sum of RGB (Red+Green+Blue) = 83+127+208=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #537FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FD0 is #AC802F. Grayscale: #7A7A7A. Windows color (decimal): -11305008 or 13664083. OLE color: 13664083.

HSL color Cylindrical-coordinate representation of color #537FD0: hue angle of 218.88º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #537FD0 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 127 208 -
CMYK 0.60 0.39 0 0.18
HSL 218.88º 0.57% 0.57% -
HSV(B) 218.88º 0.6% 0.82% -
XYZ 22.54 21.57 62.65 -
YUV 123.08 175.92 99.41 -
System Red Green Blue C M Y K H S L
Decimal 83 127 208 0.60 0.39 0 0.18 218.88 0.57 0.57
Hex 53 7F D0 3C 27 0 12 DB 39 39
Octal 123 177 320 74 47 0 22 333 71 71
Binary 1010011 1111111 11010000 111100 100111 0 10010 11011011 111001 111001

Color Harmonies of #537FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FD0

Black with #537FD0

Text Example


Text Example

White with #537FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,127,208); }

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

background-color css

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

 a { background-color: rgb(83,127,208); }

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

border-color css

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

 span { border-color: rgb(83,127,208); }

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