Html Css Color HEX #527CCD Havelock Blue

📋 copy color: '#527CCD'

red 82 ◦ green 124 ◦ blue 205

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

Shades of Havelock Blue #527CCD

Tints of Havelock Blue #527CCD

RGB

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

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

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

R = 19.95%
G = 30.17%
B = 49.88%

CMYK

 C value IS 0.6

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#527CCD (or 0x527CCD) is known color: Havelock Blue. HEX triplet: 52, 7C and CD. RGB value is (82,124,205). Sum of RGB (Red+Green+Blue) = 82+124+205=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #527CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CCD is #AD8332. Grayscale: #787878. Windows color (decimal): -11371315 or 13466706. OLE color: 13466706.

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

Color convert

RGB 82 124 205 -
CMYK 0.6 0.40 0 0.20
HSL 219.51º 0.55% 0.56% -
HSV(B) 219.51º 0.6% 0.8% -
XYZ 21.71 20.62 60.59 -
YUV 120.68 175.59 100.41 -
System Red Green Blue C M Y K H S L
Decimal 82 124 205 0.6 0.40 0 0.20 219.51 0.55 0.56
Hex 52 7C CD 3C 28 0 14 DC 37 38
Octal 122 174 315 74 50 0 24 334 67 70
Binary 1010010 1111100 11001101 111100 101000 0 10100 11011100 110111 111000

Color Harmonies of #527CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CCD

Black with #527CCD

Text Example


Text Example

White with #527CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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