Html Css Color HEX #527FD0 Havelock Blue

📋 copy color: '#527FD0'

red 82 ◦ green 127 ◦ blue 208

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

Shades of Havelock Blue #527FD0

Tints of Havelock Blue #527FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.88%

R = 19.66%
G = 30.46%
B = 49.88%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#527FD0 (or 0x527FD0) is known color: Havelock Blue. HEX triplet: 52, 7F and D0. RGB value is (82,127,208). Sum of RGB (Red+Green+Blue) = 82+127+208=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #527FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FD0 is #AD802F. Grayscale: #7A7A7A. Windows color (decimal): -11370544 or 13664082. OLE color: 13664082.

HSL color Cylindrical-coordinate representation of color #527FD0: hue angle of 218.57º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #527FD0 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 127 208 -
CMYK 0.61 0.39 0 0.18
HSL 218.57º 0.57% 0.57% -
HSV(B) 218.57º 0.61% 0.82% -
XYZ 22.45 21.53 62.65 -
YUV 122.78 176.09 98.91 -
System Red Green Blue C M Y K H S L
Decimal 82 127 208 0.61 0.39 0 0.18 218.57 0.57 0.57
Hex 52 7F D0 3D 27 0 12 DB 39 39
Octal 122 177 320 75 47 0 22 333 71 71
Binary 1010010 1111111 11010000 111101 100111 0 10010 11011011 111001 111001

Color Harmonies of #527FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FD0

Black with #527FD0

Text Example


Text Example

White with #527FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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