Html Css Color HEX #527ABB Havelock Blue

📋 copy color: '#527ABB'

red 82 ◦ green 122 ◦ blue 187

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

Shades of Havelock Blue #527ABB

Tints of Havelock Blue #527ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 20.97%
G = 31.2%
B = 47.83%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#527ABB (or 0x527ABB) is known color: Havelock Blue. HEX triplet: 52, 7A and BB. RGB value is (82,122,187). Sum of RGB (Red+Green+Blue) = 82+122+187=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #527ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ABB is #AD8544. Grayscale: #757575. Windows color (decimal): -11371845 or 12286546. OLE color: 12286546.

HSL color Cylindrical-coordinate representation of color #527ABB: hue angle of 217.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #527ABB is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 122 187 -
CMYK 0.56 0.35 0 0.27
HSL 217.14º 0.44% 0.53% -
HSV(B) 217.14º 0.56% 0.73% -
XYZ 19.41 19.3 49.72 -
YUV 117.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 82 122 187 0.56 0.35 0 0.27 217.14 0.44 0.53
Hex 52 7A BB 38 23 0 1B D9 2C 35
Octal 122 172 273 70 43 0 33 331 54 65
Binary 1010010 1111010 10111011 111000 100011 0 11011 11011001 101100 110101

Color Harmonies of #527ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527ABB

Black with #527ABB

Text Example


Text Example

White with #527ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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