Html Css Color HEX #527ECD Havelock Blue

📋 copy color: '#527ECD'

red 82 ◦ green 126 ◦ blue 205

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

Shades of Havelock Blue #527ECD

Tints of Havelock Blue #527ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 19.85%
G = 30.51%
B = 49.64%

CMYK

 C value IS 0.6

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#527ECD (or 0x527ECD) is known color: Havelock Blue. HEX triplet: 52, 7E and CD. RGB value is (82,126,205). Sum of RGB (Red+Green+Blue) = 82+126+205=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #527ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ECD is #AD8132. Grayscale: #797979. Windows color (decimal): -11370803 or 13467218. OLE color: 13467218.

HSL color Cylindrical-coordinate representation of color #527ECD: hue angle of 218.54º degrees, saturation: 0.55, 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 #527ECD is Cyan = 0.6, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 126 205 -
CMYK 0.6 0.39 0 0.20
HSL 218.54º 0.55% 0.56% -
HSV(B) 218.54º 0.6% 0.8% -
XYZ 21.96 21.12 60.68 -
YUV 121.85 174.92 99.58 -
System Red Green Blue C M Y K H S L
Decimal 82 126 205 0.6 0.39 0 0.20 218.54 0.55 0.56
Hex 52 7E CD 3C 27 0 14 DB 37 38
Octal 122 176 315 74 47 0 24 333 67 70
Binary 1010010 1111110 11001101 111100 100111 0 10100 11011011 110111 111000

Color Harmonies of #527ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527ECD

Black with #527ECD

Text Example


Text Example

White with #527ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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