#5281C1

Color #5281C1 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5281C1

Tints of Havelock Blue #5281C1

Color information

#5281C1 (or 0x5281C1) is unknown color: approx Havelock Blue. HEX triplet: 52, 81 and C1. RGB value is (82,129,193). Sum of RGB (Red+Green+Blue) = 82+129+193=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #5281C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5281C1 is #AD7E3E. Grayscale: #797979. Windows color (decimal): -11370047 or 12681554. OLE color: 12681554.

HSL color Cylindrical-coordinate representation of color #5281C1: hue angle of 214.59º 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 #5281C1 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB82129193-
CMYK0.580.3300.24
HSL214.59º47.23%53.92%-
HSV(B)214.59º57.51%75.69%-
XYZ20.9621.3453.47-
YUV122.24167.9399.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.30%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 193 (75.78% from 255) = 47.77%
R=20.30%
G=31.93%
B=47.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821291930.580.3300.24214.5947.2353.92
Hex5281C13A21018d72f36
Octal12220130172410303275766
Binary1010010100000011100000111101010000101100011010111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5281C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5281C1;
 }
 .AnyTagClassName
 {
   color: #5281C1;
 }
</style>
background-color css

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

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

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

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

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

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