Html Css Color HEX #537CCD Havelock Blue

📋 copy color: '#537CCD'

red 83 ◦ green 124 ◦ blue 205

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

Shades of Havelock Blue #537CCD

Tints of Havelock Blue #537CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.1%

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 20.15%
G = 30.1%
B = 49.76%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#537CCD (or 0x537CCD) is known color: Havelock Blue. HEX triplet: 53, 7C and CD. RGB value is (83,124,205). Sum of RGB (Red+Green+Blue) = 83+124+205=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #537CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CCD is #AC8332. Grayscale: #787878. Windows color (decimal): -11305779 or 13466707. OLE color: 13466707.

HSL color Cylindrical-coordinate representation of color #537CCD: hue angle of 219.84º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #537CCD is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 124 205 -
CMYK 0.60 0.40 0 0.20
HSL 219.84º 0.55% 0.56% -
HSV(B) 219.84º 0.6% 0.8% -
XYZ 21.79 20.66 60.6 -
YUV 120.98 175.42 100.91 -
System Red Green Blue C M Y K H S L
Decimal 83 124 205 0.60 0.40 0 0.20 219.84 0.55 0.56
Hex 53 7C CD 3C 28 0 14 DC 37 38
Octal 123 174 315 74 50 0 24 334 67 70
Binary 1010011 1111100 11001101 111100 101000 0 10100 11011100 110111 111000

Color Harmonies of #537CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CCD

Black with #537CCD

Text Example


Text Example

White with #537CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,124,205); }

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

background-color css

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

 a { background-color: rgb(83,124,205); }

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

border-color css

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

 span { border-color: rgb(83,124,205); }

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