Html Css Color HEX #537FD5 Havelock Blue

📋 copy color: '#537FD5'

red 83 ◦ green 127 ◦ blue 213

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

Shades of Havelock Blue #537FD5

Tints of Havelock Blue #537FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.35%

R = 19.62%
G = 30.02%
B = 50.35%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#537FD5 (or 0x537FD5) is known color: Havelock Blue. HEX triplet: 53, 7F and D5. RGB value is (83,127,213). Sum of RGB (Red+Green+Blue) = 83+127+213=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #537FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FD5 is #AC802A. Grayscale: #7B7B7B. Windows color (decimal): -11305003 or 13991763. OLE color: 13991763.

HSL color Cylindrical-coordinate representation of color #537FD5: hue angle of 219.69º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #537FD5 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 127 213 -
CMYK 0.61 0.40 0 0.16
HSL 219.69º 0.61% 0.58% -
HSV(B) 219.69º 0.61% 0.84% -
XYZ 23.17 21.82 65.94 -
YUV 123.65 178.42 99.01 -
System Red Green Blue C M Y K H S L
Decimal 83 127 213 0.61 0.40 0 0.16 219.69 0.61 0.58
Hex 53 7F D5 3D 28 0 10 DC 3D 3A
Octal 123 177 325 75 50 0 20 334 75 72
Binary 1010011 1111111 11010101 111101 101000 0 10000 11011100 111101 111010

Color Harmonies of #537FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FD5

Black with #537FD5

Text Example


Text Example

White with #537FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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