Html Css Color HEX #537CB6 Havelock Blue

📋 copy color: '#537CB6'

red 83 ◦ green 124 ◦ blue 182

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

Shades of Havelock Blue #537CB6

Tints of Havelock Blue #537CB6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.88%

 BLUE value IS 182 (71.48% from 255) = 46.79%

R = 21.34%
G = 31.88%
B = 46.79%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#537CB6 (or 0x537CB6) is known color: Havelock Blue. HEX triplet: 53, 7C and B6. RGB value is (83,124,182). Sum of RGB (Red+Green+Blue) = 83+124+182=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #537CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CB6 is #AC8349. Grayscale: #767676. Windows color (decimal): -11305802 or 11959379. OLE color: 11959379.

HSL color Cylindrical-coordinate representation of color #537CB6: hue angle of 215.15º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #537CB6 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 124 182 -
CMYK 0.54 0.32 0 0.29
HSL 215.15º 0.4% 0.52% -
HSV(B) 215.15º 0.54% 0.71% -
XYZ 19.22 19.63 47.03 -
YUV 118.35 163.92 102.78 -
System Red Green Blue C M Y K H S L
Decimal 83 124 182 0.54 0.32 0 0.29 215.15 0.4 0.52
Hex 53 7C B6 36 20 0 1D D7 28 34
Octal 123 174 266 66 40 0 35 327 50 64
Binary 1010011 1111100 10110110 110110 100000 0 11101 11010111 101000 110100

Color Harmonies of #537CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CB6

Black with #537CB6

Text Example


Text Example

White with #537CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,124,182); }

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

background-color css

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

 a { background-color: rgb(83,124,182); }

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

border-color css

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

 span { border-color: rgb(83,124,182); }

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