Html Css Color HEX #527ECF Havelock Blue

📋 copy color: '#527ECF'

red 82 ◦ green 126 ◦ blue 207

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

Shades of Havelock Blue #527ECF

Tints of Havelock Blue #527ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.36%

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 19.76%
G = 30.36%
B = 49.88%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#527ECF (or 0x527ECF) is known color: Havelock Blue. HEX triplet: 52, 7E and CF. RGB value is (82,126,207). Sum of RGB (Red+Green+Blue) = 82+126+207=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #527ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ECF is #AD8130. Grayscale: #797979. Windows color (decimal): -11370801 or 13598290. OLE color: 13598290.

HSL color Cylindrical-coordinate representation of color #527ECF: hue angle of 218.88º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #527ECF is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 126 207 -
CMYK 0.60 0.39 0 0.19
HSL 218.88º 0.57% 0.57% -
HSV(B) 218.88º 0.6% 0.81% -
XYZ 22.2 21.22 61.96 -
YUV 122.08 175.92 99.41 -
System Red Green Blue C M Y K H S L
Decimal 82 126 207 0.60 0.39 0 0.19 218.88 0.57 0.57
Hex 52 7E CF 3C 27 0 13 DB 39 39
Octal 122 176 317 74 47 0 23 333 71 71
Binary 1010010 1111110 11001111 111100 100111 0 10011 11011011 111001 111001

Color Harmonies of #527ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527ECF

Black with #527ECF

Text Example


Text Example

White with #527ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,126,207); }

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

background-color css

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

 a { background-color: rgb(82,126,207); }

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

border-color css

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

 span { border-color: rgb(82,126,207); }

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