Html Css Color HEX #527DBA Havelock Blue

📋 copy color: '#527DBA'

red 82 ◦ green 125 ◦ blue 186

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

Shades of Havelock Blue #527DBA

Tints of Havelock Blue #527DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.81%

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

R = 20.87%
G = 31.81%
B = 47.33%

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

#527DBA (or 0x527DBA) is known color: Havelock Blue. HEX triplet: 52, 7D and BA. RGB value is (82,125,186). Sum of RGB (Red+Green+Blue) = 82+125+186=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #527DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DBA is #AD8245. Grayscale: #767676. Windows color (decimal): -11371078 or 12221778. OLE color: 12221778.

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

Color convert

RGB 82 125 186 -
CMYK 0.56 0.33 0 0.27
HSL 215.19º 0.43% 0.53% -
HSV(B) 215.19º 0.56% 0.73% -
XYZ 19.68 20.01 49.28 -
YUV 119.1 165.75 101.54 -
System Red Green Blue C M Y K H S L
Decimal 82 125 186 0.56 0.33 0 0.27 215.19 0.43 0.53
Hex 52 7D BA 38 21 0 1B D7 2B 35
Octal 122 175 272 70 41 0 33 327 53 65
Binary 1010010 1111101 10111010 111000 100001 0 11011 11010111 101011 110101

Color Harmonies of #527DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DBA

Black with #527DBA

Text Example


Text Example

White with #527DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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