Html Css Color HEX #537DDA Havelock Blue

📋 copy color: '#537DDA'

red 83 ◦ green 125 ◦ blue 218

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

Shades of Havelock Blue #537DDA

Tints of Havelock Blue #537DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.34%

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 19.48%
G = 29.34%
B = 51.17%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#537DDA (or 0x537DDA) is known color: Havelock Blue. HEX triplet: 53, 7D and DA. RGB value is (83,125,218). Sum of RGB (Red+Green+Blue) = 83+125+218=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #537DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DDA is #AC8225. Grayscale: #7A7A7A. Windows color (decimal): -11305510 or 14318931. OLE color: 14318931.

HSL color Cylindrical-coordinate representation of color #537DDA: hue angle of 221.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #537DDA is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 125 218 -
CMYK 0.62 0.43 0 0.15
HSL 221.33º 0.65% 0.59% -
HSV(B) 221.33º 0.62% 0.85% -
XYZ 23.56 21.57 69.25 -
YUV 123.04 181.59 99.44 -
System Red Green Blue C M Y K H S L
Decimal 83 125 218 0.62 0.43 0 0.15 221.33 0.65 0.59
Hex 53 7D DA 3E 2B 0 F DD 41 3B
Octal 123 175 332 76 53 0 17 335 101 73
Binary 1010011 1111101 11011010 111110 101011 0 1111 11011101 1000001 111011

Color Harmonies of #537DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DDA

Black with #537DDA

Text Example


Text Example

White with #537DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,125,218); }

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

background-color css

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

 a { background-color: rgb(83,125,218); }

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

border-color css

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

 span { border-color: rgb(83,125,218); }

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