Html Css Color HEX #527CBD Havelock Blue

📋 copy color: '#527CBD'

red 82 ◦ green 124 ◦ blue 189

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

Shades of Havelock Blue #527CBD

Tints of Havelock Blue #527CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 20.76%
G = 31.39%
B = 47.85%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#527CBD (or 0x527CBD) is known color: Havelock Blue. HEX triplet: 52, 7C and BD. RGB value is (82,124,189). Sum of RGB (Red+Green+Blue) = 82+124+189=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #527CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CBD is #AD8342. Grayscale: #767676. Windows color (decimal): -11371331 or 12418130. OLE color: 12418130.

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

Color convert

RGB 82 124 189 -
CMYK 0.57 0.34 0 0.26
HSL 216.45º 0.45% 0.53% -
HSV(B) 216.45º 0.57% 0.74% -
XYZ 19.87 19.88 50.93 -
YUV 118.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 82 124 189 0.57 0.34 0 0.26 216.45 0.45 0.53
Hex 52 7C BD 39 22 0 1A D8 2D 35
Octal 122 174 275 71 42 0 32 330 55 65
Binary 1010010 1111100 10111101 111001 100010 0 11010 11011000 101101 110101

Color Harmonies of #527CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CBD

Black with #527CBD

Text Example


Text Example

White with #527CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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