Html Css Color HEX #527ACE Havelock Blue

📋 copy color: '#527ACE'

red 82 ◦ green 122 ◦ blue 206

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

Shades of Havelock Blue #527ACE

Tints of Havelock Blue #527ACE

RGB

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

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

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

R = 20%
G = 29.76%
B = 50.24%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#527ACE (or 0x527ACE) is known color: Havelock Blue. HEX triplet: 52, 7A and CE. RGB value is (82,122,206). Sum of RGB (Red+Green+Blue) = 82+122+206=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #527ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ACE is #AD8531. Grayscale: #777777. Windows color (decimal): -11371826 or 13531730. OLE color: 13531730.

HSL color Cylindrical-coordinate representation of color #527ACE: hue angle of 220.65º 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 #527ACE is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 122 206 -
CMYK 0.60 0.41 0 0.19
HSL 220.65º 0.56% 0.56% -
HSV(B) 220.65º 0.6% 0.81% -
XYZ 21.58 20.17 61.15 -
YUV 119.62 176.75 101.17 -
System Red Green Blue C M Y K H S L
Decimal 82 122 206 0.60 0.41 0 0.19 220.65 0.56 0.56
Hex 52 7A CE 3C 29 0 13 DD 38 38
Octal 122 172 316 74 51 0 23 335 70 70
Binary 1010010 1111010 11001110 111100 101001 0 10011 11011101 111000 111000

Color Harmonies of #527ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527ACE

Black with #527ACE

Text Example


Text Example

White with #527ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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