Html Css Color HEX #527AC5 Havelock Blue

📋 copy color: '#527AC5'

red 82 ◦ green 122 ◦ blue 197

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

Shades of Havelock Blue #527AC5

Tints of Havelock Blue #527AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 49.13%

R = 20.45%
G = 30.42%
B = 49.13%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#527AC5 (or 0x527AC5) is known color: Havelock Blue. HEX triplet: 52, 7A and C5. RGB value is (82,122,197). Sum of RGB (Red+Green+Blue) = 82+122+197=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 197 (77.34% from 255 or 49.13% from 401); Max value from RGB is 197 - color contains mainly: blue. Hex color #527AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527AC5 is #AD853A. Grayscale: #767676. Windows color (decimal): -11371835 or 12941906. OLE color: 12941906.

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

Color convert

RGB 82 122 197 -
CMYK 0.58 0.38 0 0.23
HSL 219.13º 0.5% 0.55% -
HSV(B) 219.13º 0.58% 0.77% -
XYZ 20.52 19.74 55.55 -
YUV 118.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 82 122 197 0.58 0.38 0 0.23 219.13 0.5 0.55
Hex 52 7A C5 3A 26 0 17 DB 32 37
Octal 122 172 305 72 46 0 27 333 62 67
Binary 1010010 1111010 11000101 111010 100110 0 10111 11011011 110010 110111

Color Harmonies of #527AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527AC5

Black with #527AC5

Text Example


Text Example

White with #527AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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