Html Css Color HEX #527BBC Havelock Blue

📋 copy color: '#527BBC'

red 82 ◦ green 123 ◦ blue 188

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

Shades of Havelock Blue #527BBC

Tints of Havelock Blue #527BBC

RGB

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

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

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

R = 20.87%
G = 31.3%
B = 47.84%

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

#527BBC (or 0x527BBC) is known color: Havelock Blue. HEX triplet: 52, 7B and BC. RGB value is (82,123,188). Sum of RGB (Red+Green+Blue) = 82+123+188=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #527BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BBC is #AD8443. Grayscale: #757575. Windows color (decimal): -11371588 or 12352338. OLE color: 12352338.

HSL color Cylindrical-coordinate representation of color #527BBC: hue angle of 216.79º 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 #527BBC is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 123 188 -
CMYK 0.56 0.35 0 0.26
HSL 216.79º 0.44% 0.53% -
HSV(B) 216.79º 0.56% 0.74% -
XYZ 19.64 19.59 50.32 -
YUV 118.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 82 123 188 0.56 0.35 0 0.26 216.79 0.44 0.53
Hex 52 7B BC 38 23 0 1A D9 2C 35
Octal 122 173 274 70 43 0 32 331 54 65
Binary 1010010 1111011 10111100 111000 100011 0 11010 11011001 101100 110101

Color Harmonies of #527BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BBC

Black with #527BBC

Text Example


Text Example

White with #527BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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