Html Css Color HEX #527BD0 Havelock Blue

📋 copy color: '#527BD0'

red 82 ◦ green 123 ◦ blue 208

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

Shades of Havelock Blue #527BD0

Tints of Havelock Blue #527BD0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.78%

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

R = 19.85%
G = 29.78%
B = 50.36%

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

#527BD0 (or 0x527BD0) is known color: Havelock Blue. HEX triplet: 52, 7B and D0. RGB value is (82,123,208). Sum of RGB (Red+Green+Blue) = 82+123+208=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #527BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BD0 is #AD842F. Grayscale: #787878. Windows color (decimal): -11371568 or 13663058. OLE color: 13663058.

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

Color convert

RGB 82 123 208 -
CMYK 0.61 0.41 0 0.18
HSL 220.48º 0.57% 0.57% -
HSV(B) 220.48º 0.61% 0.82% -
XYZ 21.95 20.51 62.48 -
YUV 120.43 177.42 100.59 -
System Red Green Blue C M Y K H S L
Decimal 82 123 208 0.61 0.41 0 0.18 220.48 0.57 0.57
Hex 52 7B D0 3D 29 0 12 DC 39 39
Octal 122 173 320 75 51 0 22 334 71 71
Binary 1010010 1111011 11010000 111101 101001 0 10010 11011100 111001 111001

Color Harmonies of #527BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BD0

Black with #527BD0

Text Example


Text Example

White with #527BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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