Html Css Color HEX #527ABF Havelock Blue

📋 copy color: '#527ABF'

red 82 ◦ green 122 ◦ blue 191

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

Shades of Havelock Blue #527ABF

Tints of Havelock Blue #527ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.35%

R = 20.76%
G = 30.89%
B = 48.35%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#527ABF (or 0x527ABF) is known color: Havelock Blue. HEX triplet: 52, 7A and BF. RGB value is (82,122,191). Sum of RGB (Red+Green+Blue) = 82+122+191=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #527ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ABF is #AD8540. Grayscale: #757575. Windows color (decimal): -11371841 or 12548690. OLE color: 12548690.

HSL color Cylindrical-coordinate representation of color #527ABF: hue angle of 217.98º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #527ABF is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 122 191 -
CMYK 0.57 0.36 0 0.25
HSL 217.98º 0.46% 0.54% -
HSV(B) 217.98º 0.57% 0.75% -
XYZ 19.84 19.47 52 -
YUV 117.91 169.25 102.39 -
System Red Green Blue C M Y K H S L
Decimal 82 122 191 0.57 0.36 0 0.25 217.98 0.46 0.54
Hex 52 7A BF 39 24 0 19 DA 2E 36
Octal 122 172 277 71 44 0 31 332 56 66
Binary 1010010 1111010 10111111 111001 100100 0 11001 11011010 101110 110110

Color Harmonies of #527ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527ABF

Black with #527ABF

Text Example


Text Example

White with #527ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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