Html Css Color HEX #537FB4 Havelock Blue

📋 copy color: '#537FB4'

red 83 ◦ green 127 ◦ blue 180

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

Shades of Havelock Blue #537FB4

Tints of Havelock Blue #537FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.15%

R = 21.28%
G = 32.56%
B = 46.15%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#537FB4 (or 0x537FB4) is known color: Havelock Blue. HEX triplet: 53, 7F and B4. RGB value is (83,127,180). Sum of RGB (Red+Green+Blue) = 83+127+180=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #537FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FB4 is #AC804B. Grayscale: #777777. Windows color (decimal): -11305036 or 11829075. OLE color: 11829075.

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

Color convert

RGB 83 127 180 -
CMYK 0.54 0.29 0 0.29
HSL 212.78º 0.39% 0.52% -
HSV(B) 212.78º 0.54% 0.71% -
XYZ 19.39 20.31 46.08 -
YUV 119.89 161.92 101.69 -
System Red Green Blue C M Y K H S L
Decimal 83 127 180 0.54 0.29 0 0.29 212.78 0.39 0.52
Hex 53 7F B4 36 1D 0 1D D5 27 34
Octal 123 177 264 66 35 0 35 325 47 64
Binary 1010011 1111111 10110100 110110 11101 0 11101 11010101 100111 110100

Color Harmonies of #537FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FB4

Black with #537FB4

Text Example


Text Example

White with #537FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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