Html Css Color HEX #537EDA Havelock Blue

📋 copy color: '#537EDA'

red 83 ◦ green 126 ◦ blue 218

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

Shades of Havelock Blue #537EDA

Tints of Havelock Blue #537EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.51%

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

R = 19.44%
G = 29.51%
B = 51.05%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#537EDA (or 0x537EDA) is known color: Havelock Blue. HEX triplet: 53, 7E and DA. RGB value is (83,126,218). Sum of RGB (Red+Green+Blue) = 83+126+218=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #537EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537EDA is #AC8125. Grayscale: #7B7B7B. Windows color (decimal): -11305254 or 14319187. OLE color: 14319187.

HSL color Cylindrical-coordinate representation of color #537EDA: hue angle of 220.89º 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 #537EDA is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 126 218 -
CMYK 0.62 0.42 0 0.15
HSL 220.89º 0.65% 0.59% -
HSV(B) 220.89º 0.62% 0.85% -
XYZ 23.68 21.82 69.29 -
YUV 123.63 181.25 99.02 -
System Red Green Blue C M Y K H S L
Decimal 83 126 218 0.62 0.42 0 0.15 220.89 0.65 0.59
Hex 53 7E DA 3E 2A 0 F DD 41 3B
Octal 123 176 332 76 52 0 17 335 101 73
Binary 1010011 1111110 11011010 111110 101010 0 1111 11011101 1000001 111011

Color Harmonies of #537EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537EDA

Black with #537EDA

Text Example


Text Example

White with #537EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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