Html Css Color HEX #537DBC Havelock Blue

📋 copy color: '#537DBC'

red 83 ◦ green 125 ◦ blue 188

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

Shades of Havelock Blue #537DBC

Tints of Havelock Blue #537DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 20.96%
G = 31.57%
B = 47.47%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#537DBC (or 0x537DBC) is known color: Havelock Blue. HEX triplet: 53, 7D and BC. RGB value is (83,125,188). Sum of RGB (Red+Green+Blue) = 83+125+188=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #537DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DBC is #AC8243. Grayscale: #777777. Windows color (decimal): -11305540 or 12352851. OLE color: 12352851.

HSL color Cylindrical-coordinate representation of color #537DBC: hue angle of 216º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537DBC is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 125 188 -
CMYK 0.56 0.34 0 0.26
HSL 216º 0.44% 0.53% -
HSV(B) 216º 0.56% 0.74% -
XYZ 19.98 20.14 50.41 -
YUV 119.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 83 125 188 0.56 0.34 0 0.26 216 0.44 0.53
Hex 53 7D BC 38 22 0 1A D8 2C 35
Octal 123 175 274 70 42 0 32 330 54 65
Binary 1010011 1111101 10111100 111000 100010 0 11010 11011000 101100 110101

Color Harmonies of #537DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DBC

Black with #537DBC

Text Example


Text Example

White with #537DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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