Html Css Color HEX #5270BF Havelock Blue

📋 copy color: '#5270BF'

red 82 ◦ green 112 ◦ blue 191

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

Shades of Havelock Blue #5270BF

Tints of Havelock Blue #5270BF

RGB

 RED value IS 82 (32.42% from 255) = 21.3%

 GREEN value IS 112 (44.14% from 255) = 29.09%

 BLUE value IS 191 (75% from 255) = 49.61%

R = 21.3%
G = 29.09%
B = 49.61%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5270BF (or 0x5270BF) is known color: Havelock Blue. HEX triplet: 52, 70 and BF. RGB value is (82,112,191). Sum of RGB (Red+Green+Blue) = 82+112+191=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #5270BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5270BF is #AD8F40. Grayscale: #6F6F6F. Windows color (decimal): -11374401 or 12546130. OLE color: 12546130.

HSL color Cylindrical-coordinate representation of color #5270BF: hue angle of 223.49º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5270BF is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 112 191 -
CMYK 0.57 0.41 0 0.25
HSL 223.49º 0.46% 0.54% -
HSV(B) 223.49º 0.57% 0.75% -
XYZ 18.68 17.14 51.61 -
YUV 112.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 82 112 191 0.57 0.41 0 0.25 223.49 0.46 0.54
Hex 52 70 BF 39 29 0 19 DF 2E 36
Octal 122 160 277 71 51 0 31 337 56 66
Binary 1010010 1110000 10111111 111001 101001 0 11001 11011111 101110 110110

Color Harmonies of #5270BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5270BF

Black with #5270BF

Text Example


Text Example

White with #5270BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5270BF; }

 p { color: rgb(82,112,191); }

 H1.HeaderClassName
 {
   color: #5270BF;
 }
 .AnyTagClassName
 {
   color: #5270BF;
 }
</style>

background-color css

<style>
 a { background-color: #5270BF; }

 a { background-color: rgb(82,112,191); }

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

border-color css

<style>
 span { border-color: #5270BF; }

 span { border-color: rgb(82,112,191); }

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