Html Css Color HEX #527AD2 Havelock Blue

📋 copy color: '#527AD2'

red 82 ◦ green 122 ◦ blue 210

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

Shades of Havelock Blue #527AD2

Tints of Havelock Blue #527AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.72%

R = 19.81%
G = 29.47%
B = 50.72%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#527AD2 (or 0x527AD2) is known color: Havelock Blue. HEX triplet: 52, 7A and D2. RGB value is (82,122,210). Sum of RGB (Red+Green+Blue) = 82+122+210=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 210 (82.42% from 255 or 50.72% from 414); Max value from RGB is 210 - color contains mainly: blue. Hex color #527AD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527AD2 is #AD852D. Grayscale: #777777. Windows color (decimal): -11371822 or 13793874. OLE color: 13793874.

HSL color Cylindrical-coordinate representation of color #527AD2: hue angle of 221.25º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #527AD2 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 122 210 -
CMYK 0.61 0.42 0 0.18
HSL 221.25º 0.59% 0.57% -
HSV(B) 221.25º 0.61% 0.82% -
XYZ 22.07 20.37 63.74 -
YUV 120.07 178.75 100.84 -
System Red Green Blue C M Y K H S L
Decimal 82 122 210 0.61 0.42 0 0.18 221.25 0.59 0.57
Hex 52 7A D2 3D 2A 0 12 DD 3B 39
Octal 122 172 322 75 52 0 22 335 73 71
Binary 1010010 1111010 11010010 111101 101010 0 10010 11011101 111011 111001

Color Harmonies of #527AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527AD2

Black with #527AD2

Text Example


Text Example

White with #527AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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