#5279C4

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

Shades of Havelock Blue #5279C4

Tints of Havelock Blue #5279C4

Color information

#5279C4 (or 0x5279C4) is unknown color: approx Havelock Blue. HEX triplet: 52, 79 and C4. RGB value is (82,121,196). Sum of RGB (Red+Green+Blue) = 82+121+196=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 196 (76.95% from 255 or 49.12% from 399); Max value from RGB is 196 - color contains mainly: blue. Hex color #5279C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5279C4 is #AD863B. Grayscale: #757575. Windows color (decimal): -11372092 or 12876114. OLE color: 12876114.

HSL color Cylindrical-coordinate representation of color #5279C4: hue angle of 219.47º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5279C4 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB82121196-
CMYK0.580.3800.23
HSL219.47º49.14%54.51%-
HSV(B)219.47º58.16%76.86%-
XYZ20.2819.4554.91-
YUV117.89172.08102.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.55%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 196 (76.95% from 255) = 49.12%
R=20.55%
G=30.33%
B=49.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821211960.580.3800.23219.4749.1454.51
Hex5279C43A26017db3137
Octal12217130472460273336167
Binary101001011110011100010011101010011001011111011011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5279C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5279C4; }

 p { color: rgb(82,121,196); }

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

<style>
 a { background-color: #5279C4; }

 a { background-color: rgb(82,121,196); }

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

<style>
 span { border-color: #5279C4; }

 span { border-color: rgb(82,121,196); }

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