Html Css Color HEX #527FD5 Havelock Blue

📋 copy color: '#527FD5'

red 82 ◦ green 127 ◦ blue 213

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

Shades of Havelock Blue #527FD5

Tints of Havelock Blue #527FD5

RGB

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

 GREEN value IS 127 (50% from 255) = 30.09%

 BLUE value IS 213 (83.59% from 255) = 50.47%

R = 19.43%
G = 30.09%
B = 50.47%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#527FD5 (or 0x527FD5) is known color: Havelock Blue. HEX triplet: 52, 7F and D5. RGB value is (82,127,213). Sum of RGB (Red+Green+Blue) = 82+127+213=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #527FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FD5 is #AD802A. Grayscale: #7A7A7A. Windows color (decimal): -11370539 or 13991762. OLE color: 13991762.

HSL color Cylindrical-coordinate representation of color #527FD5: hue angle of 219.39º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #527FD5 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 127 213 -
CMYK 0.62 0.40 0 0.16
HSL 219.39º 0.61% 0.58% -
HSV(B) 219.39º 0.62% 0.84% -
XYZ 23.08 21.78 65.94 -
YUV 123.35 178.59 98.51 -
System Red Green Blue C M Y K H S L
Decimal 82 127 213 0.62 0.40 0 0.16 219.39 0.61 0.58
Hex 52 7F D5 3E 28 0 10 DB 3D 3A
Octal 122 177 325 76 50 0 20 333 75 72
Binary 1010010 1111111 11010101 111110 101000 0 10000 11011011 111101 111010

Color Harmonies of #527FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FD5

Black with #527FD5

Text Example


Text Example

White with #527FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,127,213); }

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

background-color css

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

 a { background-color: rgb(82,127,213); }

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

border-color css

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

 span { border-color: rgb(82,127,213); }

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