Html Css Color HEX #537AB3 Havelock Blue

📋 copy color: '#537AB3'

red 83 ◦ green 122 ◦ blue 179

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

Shades of Havelock Blue #537AB3

Tints of Havelock Blue #537AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.61%

R = 21.61%
G = 31.77%
B = 46.61%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#537AB3 (or 0x537AB3) is known color: Havelock Blue. HEX triplet: 53, 7A and B3. RGB value is (83,122,179). Sum of RGB (Red+Green+Blue) = 83+122+179=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 179 - color contains mainly: blue. Hex color #537AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537AB3 is #AC854C. Grayscale: #747474. Windows color (decimal): -11306317 or 11762259. OLE color: 11762259.

HSL color Cylindrical-coordinate representation of color #537AB3: hue angle of 215.62º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #537AB3 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 122 179 -
CMYK 0.54 0.32 0 0.30
HSL 215.63º 0.39% 0.51% -
HSV(B) 215.63º 0.54% 0.7% -
XYZ 18.66 19.01 45.33 -
YUV 116.84 163.08 103.87 -
System Red Green Blue C M Y K H S L
Decimal 83 122 179 0.54 0.32 0 0.30 215.63 0.39 0.51
Hex 53 7A B3 36 20 0 1E D8 27 33
Octal 123 172 263 66 40 0 36 330 47 63
Binary 1010011 1111010 10110011 110110 100000 0 11110 11011000 100111 110011

Color Harmonies of #537AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AB3

Black with #537AB3

Text Example


Text Example

White with #537AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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