Html Css Color HEX #527ABC Havelock Blue

📋 copy color: '#527ABC'

red 82 ◦ green 122 ◦ blue 188

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

Shades of Havelock Blue #527ABC

Tints of Havelock Blue #527ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 20.92%
G = 31.12%
B = 47.96%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#527ABC (or 0x527ABC) is known color: Havelock Blue. HEX triplet: 52, 7A and BC. RGB value is (82,122,188). Sum of RGB (Red+Green+Blue) = 82+122+188=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #527ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ABC is #AD8543. Grayscale: #757575. Windows color (decimal): -11371844 or 12352082. OLE color: 12352082.

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

Color convert

RGB 82 122 188 -
CMYK 0.56 0.35 0 0.26
HSL 217.36º 0.44% 0.53% -
HSV(B) 217.36º 0.56% 0.74% -
XYZ 19.52 19.34 50.28 -
YUV 117.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 82 122 188 0.56 0.35 0 0.26 217.36 0.44 0.53
Hex 52 7A BC 38 23 0 1A D9 2C 35
Octal 122 172 274 70 43 0 32 331 54 65
Binary 1010010 1111010 10111100 111000 100011 0 11010 11011001 101100 110101

Color Harmonies of #527ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527ABC

Black with #527ABC

Text Example


Text Example

White with #527ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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