Html Css Color HEX #527DB9 Havelock Blue

📋 copy color: '#527DB9'

red 82 ◦ green 125 ◦ blue 185

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

Shades of Havelock Blue #527DB9

Tints of Havelock Blue #527DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.19%

R = 20.92%
G = 31.89%
B = 47.19%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#527DB9 (or 0x527DB9) is known color: Havelock Blue. HEX triplet: 52, 7D and B9. RGB value is (82,125,185). Sum of RGB (Red+Green+Blue) = 82+125+185=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #527DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DB9 is #AD8246. Grayscale: #767676. Windows color (decimal): -11371079 or 12156242. OLE color: 12156242.

HSL color Cylindrical-coordinate representation of color #527DB9: hue angle of 214.95º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #527DB9 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 125 185 -
CMYK 0.56 0.32 0 0.27
HSL 214.95º 0.42% 0.52% -
HSV(B) 214.95º 0.56% 0.73% -
XYZ 19.57 19.96 48.72 -
YUV 118.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 82 125 185 0.56 0.32 0 0.27 214.95 0.42 0.52
Hex 52 7D B9 38 20 0 1B D7 2A 34
Octal 122 175 271 70 40 0 33 327 52 64
Binary 1010010 1111101 10111001 111000 100000 0 11011 11010111 101010 110100

Color Harmonies of #527DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DB9

Black with #527DB9

Text Example


Text Example

White with #527DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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