Html Css Color HEX #537FCA Havelock Blue

📋 copy color: '#537FCA'

red 83 ◦ green 127 ◦ blue 202

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

Shades of Havelock Blue #537FCA

Tints of Havelock Blue #537FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 20.15%
G = 30.83%
B = 49.03%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#537FCA (or 0x537FCA) is known color: Havelock Blue. HEX triplet: 53, 7F and CA. RGB value is (83,127,202). Sum of RGB (Red+Green+Blue) = 83+127+202=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #537FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FCA is #AC8035. Grayscale: #7A7A7A. Windows color (decimal): -11305014 or 13270867. OLE color: 13270867.

HSL color Cylindrical-coordinate representation of color #537FCA: hue angle of 217.82º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #537FCA is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 127 202 -
CMYK 0.59 0.37 0 0.21
HSL 217.82º 0.53% 0.56% -
HSV(B) 217.82º 0.59% 0.79% -
XYZ 21.82 21.28 58.84 -
YUV 122.39 172.92 99.9 -
System Red Green Blue C M Y K H S L
Decimal 83 127 202 0.59 0.37 0 0.21 217.82 0.53 0.56
Hex 53 7F CA 3B 25 0 15 DA 35 38
Octal 123 177 312 73 45 0 25 332 65 70
Binary 1010011 1111111 11001010 111011 100101 0 10101 11011010 110101 111000

Color Harmonies of #537FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FCA

Black with #537FCA

Text Example


Text Example

White with #537FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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