Html Css Color HEX #527CBA Havelock Blue

📋 copy color: '#527CBA'

red 82 ◦ green 124 ◦ blue 186

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

Shades of Havelock Blue #527CBA

Tints of Havelock Blue #527CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.63%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 20.92%
G = 31.63%
B = 47.45%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#527CBA (or 0x527CBA) is known color: Havelock Blue. HEX triplet: 52, 7C and BA. RGB value is (82,124,186). Sum of RGB (Red+Green+Blue) = 82+124+186=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #527CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CBA is #AD8345. Grayscale: #767676. Windows color (decimal): -11371334 or 12221522. OLE color: 12221522.

HSL color Cylindrical-coordinate representation of color #527CBA: hue angle of 215.77º degrees, saturation: 0.43, 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 #527CBA is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 124 186 -
CMYK 0.56 0.33 0 0.27
HSL 215.77º 0.43% 0.53% -
HSV(B) 215.77º 0.56% 0.73% -
XYZ 19.55 19.75 49.24 -
YUV 118.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 82 124 186 0.56 0.33 0 0.27 215.77 0.43 0.53
Hex 52 7C BA 38 21 0 1B D8 2B 35
Octal 122 174 272 70 41 0 33 330 53 65
Binary 1010010 1111100 10111010 111000 100001 0 11011 11011000 101011 110101

Color Harmonies of #527CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CBA

Black with #527CBA

Text Example


Text Example

White with #527CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,124,186); }

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

background-color css

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

 a { background-color: rgb(82,124,186); }

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

border-color css

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

 span { border-color: rgb(82,124,186); }

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