Html Css Color HEX #537ACF Havelock Blue

📋 copy color: '#537ACF'

red 83 ◦ green 122 ◦ blue 207

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

Shades of Havelock Blue #537ACF

Tints of Havelock Blue #537ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.61%

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

R = 20.15%
G = 29.61%
B = 50.24%

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

#537ACF (or 0x537ACF) is known color: Havelock Blue. HEX triplet: 53, 7A and CF. RGB value is (83,122,207). Sum of RGB (Red+Green+Blue) = 83+122+207=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #537ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ACF is #AC8530. Grayscale: #777777. Windows color (decimal): -11306289 or 13597267. OLE color: 13597267.

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

Color convert

RGB 83 122 207 -
CMYK 0.60 0.41 0 0.19
HSL 221.13º 0.56% 0.57% -
HSV(B) 221.13º 0.6% 0.81% -
XYZ 21.79 20.26 61.79 -
YUV 120.03 177.08 101.59 -
System Red Green Blue C M Y K H S L
Decimal 83 122 207 0.60 0.41 0 0.19 221.13 0.56 0.57
Hex 53 7A CF 3C 29 0 13 DD 38 39
Octal 123 172 317 74 51 0 23 335 70 71
Binary 1010011 1111010 11001111 111100 101001 0 10011 11011101 111000 111001

Color Harmonies of #537ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537ACF

Black with #537ACF

Text Example


Text Example

White with #537ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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