Html Css Color HEX #537FC0 Havelock Blue

📋 copy color: '#537FC0'

red 83 ◦ green 127 ◦ blue 192

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

Shades of Havelock Blue #537FC0

Tints of Havelock Blue #537FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.76%

R = 20.65%
G = 31.59%
B = 47.76%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#537FC0 (or 0x537FC0) is known color: Havelock Blue. HEX triplet: 53, 7F and C0. RGB value is (83,127,192). Sum of RGB (Red+Green+Blue) = 83+127+192=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #537FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FC0 is #AC803F. Grayscale: #787878. Windows color (decimal): -11305024 or 12615507. OLE color: 12615507.

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

Color convert

RGB 83 127 192 -
CMYK 0.57 0.34 0 0.25
HSL 215.78º 0.46% 0.54% -
HSV(B) 215.78º 0.57% 0.75% -
XYZ 20.67 20.82 52.8 -
YUV 121.25 167.92 100.71 -
System Red Green Blue C M Y K H S L
Decimal 83 127 192 0.57 0.34 0 0.25 215.78 0.46 0.54
Hex 53 7F C0 39 22 0 19 D8 2E 36
Octal 123 177 300 71 42 0 31 330 56 66
Binary 1010011 1111111 11000000 111001 100010 0 11001 11011000 101110 110110

Color Harmonies of #537FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FC0

Black with #537FC0

Text Example


Text Example

White with #537FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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