Html Css Color HEX #527CCF Havelock Blue

📋 copy color: '#527CCF'

red 82 ◦ green 124 ◦ blue 207

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

Shades of Havelock Blue #527CCF

Tints of Havelock Blue #527CCF

RGB

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

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

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

R = 19.85%
G = 30.02%
B = 50.12%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#527CCF (or 0x527CCF) is known color: Havelock Blue. HEX triplet: 52, 7C and CF. RGB value is (82,124,207). Sum of RGB (Red+Green+Blue) = 82+124+207=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #527CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CCF is #AD8330. Grayscale: #787878. Windows color (decimal): -11371313 or 13597778. OLE color: 13597778.

HSL color Cylindrical-coordinate representation of color #527CCF: hue angle of 219.84º 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 #527CCF is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 124 207 -
CMYK 0.60 0.40 0 0.19
HSL 219.84º 0.57% 0.57% -
HSV(B) 219.84º 0.6% 0.81% -
XYZ 21.95 20.71 61.87 -
YUV 120.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 82 124 207 0.60 0.40 0 0.19 219.84 0.57 0.57
Hex 52 7C CF 3C 28 0 13 DC 39 39
Octal 122 174 317 74 50 0 23 334 71 71
Binary 1010010 1111100 11001111 111100 101000 0 10011 11011100 111001 111001

Color Harmonies of #527CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CCF

Black with #527CCF

Text Example


Text Example

White with #527CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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