Html Css Color HEX #527FCC Havelock Blue

📋 copy color: '#527FCC'

red 82 ◦ green 127 ◦ blue 204

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

Shades of Havelock Blue #527FCC

Tints of Havelock Blue #527FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 19.85%
G = 30.75%
B = 49.39%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#527FCC (or 0x527FCC) is known color: Havelock Blue. HEX triplet: 52, 7F and CC. RGB value is (82,127,204). Sum of RGB (Red+Green+Blue) = 82+127+204=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #527FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FCC is #AD8033. Grayscale: #797979. Windows color (decimal): -11370548 or 13401938. OLE color: 13401938.

HSL color Cylindrical-coordinate representation of color #527FCC: hue angle of 217.87º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #527FCC is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 127 204 -
CMYK 0.60 0.38 0 0.2
HSL 217.87º 0.54% 0.56% -
HSV(B) 217.87º 0.6% 0.8% -
XYZ 21.97 21.33 60.09 -
YUV 122.32 174.09 99.24 -
System Red Green Blue C M Y K H S L
Decimal 82 127 204 0.60 0.38 0 0.2 217.87 0.54 0.56
Hex 52 7F CC 3C 26 0 14 DA 36 38
Octal 122 177 314 74 46 0 24 332 66 70
Binary 1010010 1111111 11001100 111100 100110 0 10100 11011010 110110 111000

Color Harmonies of #527FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FCC

Black with #527FCC

Text Example


Text Example

White with #527FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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