Html Css Color HEX #527ECE Havelock Blue

📋 copy color: '#527ECE'

red 82 ◦ green 126 ◦ blue 206

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

Shades of Havelock Blue #527ECE

Tints of Havelock Blue #527ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 19.81%
G = 30.43%
B = 49.76%

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

#527ECE (or 0x527ECE) is known color: Havelock Blue. HEX triplet: 52, 7E and CE. RGB value is (82,126,206). Sum of RGB (Red+Green+Blue) = 82+126+206=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #527ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ECE is #AD8131. Grayscale: #797979. Windows color (decimal): -11370802 or 13532754. OLE color: 13532754.

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

Color convert

RGB 82 126 206 -
CMYK 0.60 0.39 0 0.19
HSL 218.71º 0.56% 0.56% -
HSV(B) 218.71º 0.6% 0.81% -
XYZ 22.08 21.17 61.32 -
YUV 121.96 175.42 99.5 -
System Red Green Blue C M Y K H S L
Decimal 82 126 206 0.60 0.39 0 0.19 218.71 0.56 0.56
Hex 52 7E CE 3C 27 0 13 DB 38 38
Octal 122 176 316 74 47 0 23 333 70 70
Binary 1010010 1111110 11001110 111100 100111 0 10011 11011011 111000 111000

Color Harmonies of #527ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527ECE

Black with #527ECE

Text Example


Text Example

White with #527ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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