Html Css Color HEX #537BCC Havelock Blue

📋 copy color: '#537BCC'

red 83 ◦ green 123 ◦ blue 204

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

Shades of Havelock Blue #537BCC

Tints of Havelock Blue #537BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30%

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 20.24%
G = 30%
B = 49.76%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#537BCC (or 0x537BCC) is known color: Havelock Blue. HEX triplet: 53, 7B and CC. RGB value is (83,123,204). Sum of RGB (Red+Green+Blue) = 83+123+204=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #537BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BCC is #AC8433. Grayscale: #777777. Windows color (decimal): -11306036 or 13400915. OLE color: 13400915.

HSL color Cylindrical-coordinate representation of color #537BCC: hue angle of 220.17º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #537BCC is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 123 204 -
CMYK 0.59 0.40 0 0.2
HSL 220.17º 0.54% 0.56% -
HSV(B) 220.17º 0.59% 0.8% -
XYZ 21.55 20.36 59.92 -
YUV 120.27 175.25 101.41 -
System Red Green Blue C M Y K H S L
Decimal 83 123 204 0.59 0.40 0 0.2 220.17 0.54 0.56
Hex 53 7B CC 3B 28 0 14 DC 36 38
Octal 123 173 314 73 50 0 24 334 66 70
Binary 1010011 1111011 11001100 111011 101000 0 10100 11011100 110110 111000

Color Harmonies of #537BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BCC

Black with #537BCC

Text Example


Text Example

White with #537BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,123,204); }

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

background-color css

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

 a { background-color: rgb(83,123,204); }

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

border-color css

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

 span { border-color: rgb(83,123,204); }

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