Html Css Color HEX #537FDA Havelock Blue

📋 copy color: '#537FDA'

red 83 ◦ green 127 ◦ blue 218

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

Shades of Havelock Blue #537FDA

Tints of Havelock Blue #537FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 29.67%

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

R = 19.39%
G = 29.67%
B = 50.93%

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

#537FDA (or 0x537FDA) is known color: Havelock Blue. HEX triplet: 53, 7F and DA. RGB value is (83,127,218). Sum of RGB (Red+Green+Blue) = 83+127+218=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #537FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FDA is #AC8025. Grayscale: #7B7B7B. Windows color (decimal): -11304998 or 14319443. OLE color: 14319443.

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

Color convert

RGB 83 127 218 -
CMYK 0.62 0.42 0 0.15
HSL 220.44º 0.65% 0.59% -
HSV(B) 220.44º 0.62% 0.85% -
XYZ 23.81 22.08 69.34 -
YUV 124.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 83 127 218 0.62 0.42 0 0.15 220.44 0.65 0.59
Hex 53 7F DA 3E 2A 0 F DC 41 3B
Octal 123 177 332 76 52 0 17 334 101 73
Binary 1010011 1111111 11011010 111110 101010 0 1111 11011100 1000001 111011

Color Harmonies of #537FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FDA

Black with #537FDA

Text Example


Text Example

White with #537FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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