Html Css Color HEX #527AB4 Havelock Blue

📋 copy color: '#527AB4'

red 82 ◦ green 122 ◦ blue 180

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

Shades of Havelock Blue #527AB4

Tints of Havelock Blue #527AB4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.77%

 BLUE value IS 180 (70.7% from 255) = 46.88%

R = 21.35%
G = 31.77%
B = 46.88%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#527AB4 (or 0x527AB4) is known color: Havelock Blue. HEX triplet: 52, 7A and B4. RGB value is (82,122,180). Sum of RGB (Red+Green+Blue) = 82+122+180=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #527AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527AB4 is #AD854B. Grayscale: #747474. Windows color (decimal): -11371852 or 11827794. OLE color: 11827794.

HSL color Cylindrical-coordinate representation of color #527AB4: hue angle of 215.51º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #527AB4 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 122 180 -
CMYK 0.54 0.32 0 0.29
HSL 215.51º 0.4% 0.51% -
HSV(B) 215.51º 0.54% 0.71% -
XYZ 18.68 19.01 45.86 -
YUV 116.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 82 122 180 0.54 0.32 0 0.29 215.51 0.4 0.51
Hex 52 7A B4 36 20 0 1D D8 28 33
Octal 122 172 264 66 40 0 35 330 50 63
Binary 1010010 1111010 10110100 110110 100000 0 11101 11011000 101000 110011

Color Harmonies of #527AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527AB4

Black with #527AB4

Text Example


Text Example

White with #527AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #527AB4;
 }
 .AnyTagClassName
 {
   color: #527AB4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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