Html Css Color HEX #5270C1 Havelock Blue

📋 copy color: '#5270C1'

red 82 ◦ green 112 ◦ blue 193

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

Shades of Havelock Blue #5270C1

Tints of Havelock Blue #5270C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.87%

R = 21.19%
G = 28.94%
B = 49.87%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5270C1 (or 0x5270C1) is known color: Havelock Blue. HEX triplet: 52, 70 and C1. RGB value is (82,112,193). Sum of RGB (Red+Green+Blue) = 82+112+193=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #5270C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5270C1 is #AD8F3E. Grayscale: #6F6F6F. Windows color (decimal): -11374399 or 12677202. OLE color: 12677202.

HSL color Cylindrical-coordinate representation of color #5270C1: hue angle of 223.78º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5270C1 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 112 193 -
CMYK 0.58 0.42 0 0.24
HSL 223.78º 0.47% 0.54% -
HSV(B) 223.78º 0.58% 0.76% -
XYZ 18.9 17.23 52.78 -
YUV 112.26 173.56 106.41 -
System Red Green Blue C M Y K H S L
Decimal 82 112 193 0.58 0.42 0 0.24 223.78 0.47 0.54
Hex 52 70 C1 3A 2A 0 18 E0 2F 36
Octal 122 160 301 72 52 0 30 340 57 66
Binary 1010010 1110000 11000001 111010 101010 0 11000 11100000 101111 110110

Color Harmonies of #5270C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5270C1

Black with #5270C1

Text Example


Text Example

White with #5270C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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