Html Css Color HEX #537DBE Havelock Blue

📋 copy color: '#537DBE'

red 83 ◦ green 125 ◦ blue 190

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

Shades of Havelock Blue #537DBE

Tints of Havelock Blue #537DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 20.85%
G = 31.41%
B = 47.74%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#537DBE (or 0x537DBE) is known color: Havelock Blue. HEX triplet: 53, 7D and BE. RGB value is (83,125,190). Sum of RGB (Red+Green+Blue) = 83+125+190=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #537DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DBE is #AC8241. Grayscale: #777777. Windows color (decimal): -11305538 or 12483923. OLE color: 12483923.

HSL color Cylindrical-coordinate representation of color #537DBE: hue angle of 216.45º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537DBE is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 125 190 -
CMYK 0.56 0.34 0 0.25
HSL 216.45º 0.45% 0.54% -
HSV(B) 216.45º 0.56% 0.75% -
XYZ 20.2 20.22 51.55 -
YUV 119.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 83 125 190 0.56 0.34 0 0.25 216.45 0.45 0.54
Hex 53 7D BE 38 22 0 19 D8 2D 36
Octal 123 175 276 70 42 0 31 330 55 66
Binary 1010011 1111101 10111110 111000 100010 0 11001 11011000 101101 110110

Color Harmonies of #537DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DBE

Black with #537DBE

Text Example


Text Example

White with #537DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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