Html Css Color HEX #527ACD Havelock Blue

📋 copy color: '#527ACD'

red 82 ◦ green 122 ◦ blue 205

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

Shades of Havelock Blue #527ACD

Tints of Havelock Blue #527ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.83%

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

R = 20.05%
G = 29.83%
B = 50.12%

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

#527ACD (or 0x527ACD) is known color: Havelock Blue. HEX triplet: 52, 7A and CD. RGB value is (82,122,205). Sum of RGB (Red+Green+Blue) = 82+122+205=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #527ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ACD is #AD8532. Grayscale: #777777. Windows color (decimal): -11371827 or 13466194. OLE color: 13466194.

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

Color convert

RGB 82 122 205 -
CMYK 0.6 0.40 0 0.20
HSL 220.49º 0.55% 0.56% -
HSV(B) 220.49º 0.6% 0.8% -
XYZ 21.46 20.12 60.51 -
YUV 119.5 176.25 101.25 -
System Red Green Blue C M Y K H S L
Decimal 82 122 205 0.6 0.40 0 0.20 220.49 0.55 0.56
Hex 52 7A CD 3C 28 0 14 DC 37 38
Octal 122 172 315 74 50 0 24 334 67 70
Binary 1010010 1111010 11001101 111100 101000 0 10100 11011100 110111 111000

Color Harmonies of #527ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527ACD

Black with #527ACD

Text Example


Text Example

White with #527ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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