Html Css Color HEX #527EC5 Havelock Blue

📋 copy color: '#527EC5'

red 82 ◦ green 126 ◦ blue 197

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

Shades of Havelock Blue #527EC5

Tints of Havelock Blue #527EC5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.11%

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

R = 20.25%
G = 31.11%
B = 48.64%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#527EC5 (or 0x527EC5) is known color: Havelock Blue. HEX triplet: 52, 7E and C5. RGB value is (82,126,197). Sum of RGB (Red+Green+Blue) = 82+126+197=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 197 (77.34% from 255 or 48.64% from 405); Max value from RGB is 197 - color contains mainly: blue. Hex color #527EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527EC5 is #AD813A. Grayscale: #787878. Windows color (decimal): -11370811 or 12942930. OLE color: 12942930.

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

Color convert

RGB 82 126 197 -
CMYK 0.58 0.36 0 0.23
HSL 217.04º 0.5% 0.55% -
HSV(B) 217.04º 0.58% 0.77% -
XYZ 21.02 20.75 55.72 -
YUV 120.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 82 126 197 0.58 0.36 0 0.23 217.04 0.5 0.55
Hex 52 7E C5 3A 24 0 17 D9 32 37
Octal 122 176 305 72 44 0 27 331 62 67
Binary 1010010 1111110 11000101 111010 100100 0 10111 11011001 110010 110111

Color Harmonies of #527EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527EC5

Black with #527EC5

Text Example


Text Example

White with #527EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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