Html Css Color HEX #527AD0 Havelock Blue

📋 copy color: '#527AD0'

red 82 ◦ green 122 ◦ blue 208

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

Shades of Havelock Blue #527AD0

Tints of Havelock Blue #527AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.49%

R = 19.9%
G = 29.61%
B = 50.49%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#527AD0 (or 0x527AD0) is known color: Havelock Blue. HEX triplet: 52, 7A and D0. RGB value is (82,122,208). Sum of RGB (Red+Green+Blue) = 82+122+208=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #527AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527AD0 is #AD852F. Grayscale: #777777. Windows color (decimal): -11371824 or 13662802. OLE color: 13662802.

HSL color Cylindrical-coordinate representation of color #527AD0: hue angle of 220.95º degrees, saturation: 0.57, 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 #527AD0 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 122 208 -
CMYK 0.61 0.41 0 0.18
HSL 220.95º 0.57% 0.57% -
HSV(B) 220.95º 0.61% 0.82% -
XYZ 21.82 20.27 62.44 -
YUV 119.84 177.75 101.01 -
System Red Green Blue C M Y K H S L
Decimal 82 122 208 0.61 0.41 0 0.18 220.95 0.57 0.57
Hex 52 7A D0 3D 29 0 12 DD 39 39
Octal 122 172 320 75 51 0 22 335 71 71
Binary 1010010 1111010 11010000 111101 101001 0 10010 11011101 111001 111001

Color Harmonies of #527AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527AD0

Black with #527AD0

Text Example


Text Example

White with #527AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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