#527ABB

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

Shades of Havelock Blue #527ABB

Tints of Havelock Blue #527ABB

Color information

#527ABB (or 0x527ABB) is unknown color: approx Havelock Blue. HEX triplet: 52, 7A and BB. RGB value is (82,122,187). Sum of RGB (Red+Green+Blue) = 82+122+187=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #527ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ABB is #AD8544. Grayscale: #757575. Windows color (decimal): -11371845 or 12286546. OLE color: 12286546.

HSL color Cylindrical-coordinate representation of color #527ABB: hue angle of 217.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #527ABB is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB82122187-
CMYK0.560.3500.27
HSL217.14º43.57%52.75%-
HSV(B)217.14º56.15%73.33%-
XYZ19.4119.349.72-
YUV117.45167.25102.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.97%
GREEN value IS 122 (48.05% from 255) = 31.20%
BLUE value IS 187 (73.44% from 255) = 47.83%
R=20.97%
G=31.20%
B=47.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821221870.560.3500.27217.1443.5752.75
Hex527ABB382301Bd92c35
Octal12217227370430333315465
Binary101001011110101011101111100010001101101111011001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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