Html Css Color HEX #537BCF Havelock Blue

📋 copy color: '#537BCF'

red 83 ◦ green 123 ◦ blue 207

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

Shades of Havelock Blue #537BCF

Tints of Havelock Blue #537BCF

RGB

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

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

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

R = 20.1%
G = 29.78%
B = 50.12%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#537BCF (or 0x537BCF) is known color: Havelock Blue. HEX triplet: 53, 7B and CF. RGB value is (83,123,207). Sum of RGB (Red+Green+Blue) = 83+123+207=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #537BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BCF is #AC8430. Grayscale: #787878. Windows color (decimal): -11306033 or 13597523. OLE color: 13597523.

HSL color Cylindrical-coordinate representation of color #537BCF: hue angle of 220.65º 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 #537BCF is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 123 207 -
CMYK 0.60 0.41 0 0.19
HSL 220.65º 0.56% 0.57% -
HSV(B) 220.65º 0.6% 0.81% -
XYZ 21.91 20.51 61.84 -
YUV 120.62 176.75 101.17 -
System Red Green Blue C M Y K H S L
Decimal 83 123 207 0.60 0.41 0 0.19 220.65 0.56 0.57
Hex 53 7B CF 3C 29 0 13 DD 38 39
Octal 123 173 317 74 51 0 23 335 70 71
Binary 1010011 1111011 11001111 111100 101001 0 10011 11011101 111000 111001

Color Harmonies of #537BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BCF

Black with #537BCF

Text Example


Text Example

White with #537BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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