#527AC4

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

Shades of Havelock Blue #527AC4

Tints of Havelock Blue #527AC4

Color information

#527AC4 (or 0x527AC4) is unknown color: approx Havelock Blue. HEX triplet: 52, 7A and C4. RGB value is (82,122,196). Sum of RGB (Red+Green+Blue) = 82+122+196=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 196 (76.95% from 255 or 49% from 400); Max value from RGB is 196 - color contains mainly: blue. Hex color #527AC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527AC4 is #AD853B. Grayscale: #767676. Windows color (decimal): -11371836 or 12876370. OLE color: 12876370.

HSL color Cylindrical-coordinate representation of color #527AC4: hue angle of 218.95º 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 #527AC4 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB82122196-
CMYK0.580.3800.23
HSL218.95º49.14%54.51%-
HSV(B)218.95º58.16%76.86%-
XYZ20.419.754.95-
YUV118.48171.75101.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 196 (76.95% from 255) = 49%
R=20.5%
G=30.5%
B=49%

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
Decimal821221960.580.3800.23218.9549.1454.51
Hex527AC43A26017db3137
Octal12217230472460273336167
Binary101001011110101100010011101010011001011111011011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527AC4; }

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

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

<style>
 a { background-color: #527AC4; }

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

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

<style>
 span { border-color: #527AC4; }

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

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