Html Css Color HEX #537FD9 Havelock Blue

📋 copy color: '#537FD9'

red 83 ◦ green 127 ◦ blue 217

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

Shades of Havelock Blue #537FD9

Tints of Havelock Blue #537FD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 50.82%

R = 19.44%
G = 29.74%
B = 50.82%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#537FD9 (or 0x537FD9) is known color: Havelock Blue. HEX triplet: 53, 7F and D9. RGB value is (83,127,217). Sum of RGB (Red+Green+Blue) = 83+127+217=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #537FD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FD9 is #AC8026. Grayscale: #7B7B7B. Windows color (decimal): -11304999 or 14253907. OLE color: 14253907.

HSL color Cylindrical-coordinate representation of color #537FD9: hue angle of 220.3º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #537FD9 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 127 217 -
CMYK 0.62 0.41 0 0.15
HSL 220.3º 0.64% 0.59% -
HSV(B) 220.3º 0.62% 0.85% -
XYZ 23.68 22.03 68.65 -
YUV 124.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 83 127 217 0.62 0.41 0 0.15 220.3 0.64 0.59
Hex 53 7F D9 3E 29 0 F DC 40 3B
Octal 123 177 331 76 51 0 17 334 100 73
Binary 1010011 1111111 11011001 111110 101001 0 1111 11011100 1000000 111011

Color Harmonies of #537FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FD9

Black with #537FD9

Text Example


Text Example

White with #537FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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