Html Css Color HEX #527DBC Havelock Blue

📋 copy color: '#527DBC'

red 82 ◦ green 125 ◦ blue 188

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

Shades of Havelock Blue #527DBC

Tints of Havelock Blue #527DBC

RGB

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

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

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

R = 20.76%
G = 31.65%
B = 47.59%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#527DBC (or 0x527DBC) is known color: Havelock Blue. HEX triplet: 52, 7D and BC. RGB value is (82,125,188). Sum of RGB (Red+Green+Blue) = 82+125+188=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #527DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DBC is #AD8243. Grayscale: #777777. Windows color (decimal): -11371076 or 12352850. OLE color: 12352850.

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

Color convert

RGB 82 125 188 -
CMYK 0.56 0.34 0 0.26
HSL 215.66º 0.44% 0.53% -
HSV(B) 215.66º 0.56% 0.74% -
XYZ 19.89 20.09 50.41 -
YUV 119.33 166.75 101.38 -
System Red Green Blue C M Y K H S L
Decimal 82 125 188 0.56 0.34 0 0.26 215.66 0.44 0.53
Hex 52 7D BC 38 22 0 1A D8 2C 35
Octal 122 175 274 70 42 0 32 330 54 65
Binary 1010010 1111101 10111100 111000 100010 0 11010 11011000 101100 110101

Color Harmonies of #527DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DBC

Black with #527DBC

Text Example


Text Example

White with #527DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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