Html Css Color HEX #537DB3 Havelock Blue

📋 copy color: '#537DB3'

red 83 ◦ green 125 ◦ blue 179

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

Shades of Havelock Blue #537DB3

Tints of Havelock Blue #537DB3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.3%

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

R = 21.45%
G = 32.3%
B = 46.25%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#537DB3 (or 0x537DB3) is known color: Havelock Blue. HEX triplet: 53, 7D and B3. RGB value is (83,125,179). Sum of RGB (Red+Green+Blue) = 83+125+179=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #537DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DB3 is #AC824C. Grayscale: #767676. Windows color (decimal): -11305549 or 11763027. OLE color: 11763027.

HSL color Cylindrical-coordinate representation of color #537DB3: hue angle of 213.75º 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 #537DB3 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 125 179 -
CMYK 0.54 0.30 0 0.30
HSL 213.75º 0.39% 0.51% -
HSV(B) 213.75º 0.54% 0.7% -
XYZ 19.04 19.76 45.46 -
YUV 118.6 162.09 102.61 -
System Red Green Blue C M Y K H S L
Decimal 83 125 179 0.54 0.30 0 0.30 213.75 0.39 0.51
Hex 53 7D B3 36 1E 0 1E D6 27 33
Octal 123 175 263 66 36 0 36 326 47 63
Binary 1010011 1111101 10110011 110110 11110 0 11110 11010110 100111 110011

Color Harmonies of #537DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DB3

Black with #537DB3

Text Example


Text Example

White with #537DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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