Html Css Color HEX #527FBC Havelock Blue

📋 copy color: '#527FBC'

red 82 ◦ green 127 ◦ blue 188

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

Shades of Havelock Blue #527FBC

Tints of Havelock Blue #527FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 31.99%

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 20.65%
G = 31.99%
B = 47.36%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#527FBC (or 0x527FBC) is known color: Havelock Blue. HEX triplet: 52, 7F and BC. RGB value is (82,127,188). Sum of RGB (Red+Green+Blue) = 82+127+188=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #527FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FBC is #AD8043. Grayscale: #787878. Windows color (decimal): -11370564 or 12353362. OLE color: 12353362.

HSL color Cylindrical-coordinate representation of color #527FBC: hue angle of 214.53º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #527FBC is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 127 188 -
CMYK 0.56 0.32 0 0.26
HSL 214.53º 0.44% 0.53% -
HSV(B) 214.53º 0.56% 0.74% -
XYZ 20.15 20.6 50.49 -
YUV 120.5 166.09 100.54 -
System Red Green Blue C M Y K H S L
Decimal 82 127 188 0.56 0.32 0 0.26 214.53 0.44 0.53
Hex 52 7F BC 38 20 0 1A D7 2C 35
Octal 122 177 274 70 40 0 32 327 54 65
Binary 1010010 1111111 10111100 111000 100000 0 11010 11010111 101100 110101

Color Harmonies of #527FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FBC

Black with #527FBC

Text Example


Text Example

White with #527FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,127,188); }

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

background-color css

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

 a { background-color: rgb(82,127,188); }

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

border-color css

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

 span { border-color: rgb(82,127,188); }

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