Html Css Color HEX #537AD4 Havelock Blue

📋 copy color: '#537AD4'

red 83 ◦ green 122 ◦ blue 212

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

Shades of Havelock Blue #537AD4

Tints of Havelock Blue #537AD4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.26%

 BLUE value IS 212 (83.2% from 255) = 50.84%

R = 19.9%
G = 29.26%
B = 50.84%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#537AD4 (or 0x537AD4) is known color: Havelock Blue. HEX triplet: 53, 7A and D4. RGB value is (83,122,212). Sum of RGB (Red+Green+Blue) = 83+122+212=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 212 (83.20% from 255 or 50.84% from 417); Max value from RGB is 212 - color contains mainly: blue. Hex color #537AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537AD4 is #AC852B. Grayscale: #787878. Windows color (decimal): -11306284 or 13924947. OLE color: 13924947.

HSL color Cylindrical-coordinate representation of color #537AD4: hue angle of 221.86º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #537AD4 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 122 212 -
CMYK 0.61 0.42 0 0.17
HSL 221.86º 0.6% 0.58% -
HSV(B) 221.86º 0.61% 0.83% -
XYZ 22.41 20.51 65.07 -
YUV 120.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 83 122 212 0.61 0.42 0 0.17 221.86 0.6 0.58
Hex 53 7A D4 3D 2A 0 11 DE 3C 3A
Octal 123 172 324 75 52 0 21 336 74 72
Binary 1010011 1111010 11010100 111101 101010 0 10001 11011110 111100 111010

Color Harmonies of #537AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AD4

Black with #537AD4

Text Example


Text Example

White with #537AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,122,212); }

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

background-color css

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

 a { background-color: rgb(83,122,212); }

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

border-color css

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

 span { border-color: rgb(83,122,212); }

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