Html Css Color HEX #537CCF Havelock Blue

📋 copy color: '#537CCF'

red 83 ◦ green 124 ◦ blue 207

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

Shades of Havelock Blue #537CCF

Tints of Havelock Blue #537CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 20.05%
G = 29.95%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#537CCF (or 0x537CCF) is known color: Havelock Blue. HEX triplet: 53, 7C and CF. RGB value is (83,124,207). Sum of RGB (Red+Green+Blue) = 83+124+207=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #537CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CCF is #AC8330. Grayscale: #787878. Windows color (decimal): -11305777 or 13597779. OLE color: 13597779.

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

Color convert

RGB 83 124 207 -
CMYK 0.60 0.40 0 0.19
HSL 220.16º 0.56% 0.57% -
HSV(B) 220.16º 0.6% 0.81% -
XYZ 22.04 20.76 61.88 -
YUV 121.2 176.42 100.75 -
System Red Green Blue C M Y K H S L
Decimal 83 124 207 0.60 0.40 0 0.19 220.16 0.56 0.57
Hex 53 7C CF 3C 28 0 13 DC 38 39
Octal 123 174 317 74 50 0 23 334 70 71
Binary 1010011 1111100 11001111 111100 101000 0 10011 11011100 111000 111001

Color Harmonies of #537CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CCF

Black with #537CCF

Text Example


Text Example

White with #537CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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