Html Css Color HEX #527DBB Havelock Blue

📋 copy color: '#527DBB'

red 82 ◦ green 125 ◦ blue 187

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

Shades of Havelock Blue #527DBB

Tints of Havelock Blue #527DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.73%

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

R = 20.81%
G = 31.73%
B = 47.46%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#527DBB (or 0x527DBB) is known color: Havelock Blue. HEX triplet: 52, 7D and BB. RGB value is (82,125,187). Sum of RGB (Red+Green+Blue) = 82+125+187=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #527DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DBB is #AD8244. Grayscale: #767676. Windows color (decimal): -11371077 or 12287314. OLE color: 12287314.

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

Color convert

RGB 82 125 187 -
CMYK 0.56 0.33 0 0.27
HSL 215.43º 0.44% 0.53% -
HSV(B) 215.43º 0.56% 0.73% -
XYZ 19.78 20.05 49.84 -
YUV 119.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 82 125 187 0.56 0.33 0 0.27 215.43 0.44 0.53
Hex 52 7D BB 38 21 0 1B D7 2C 35
Octal 122 175 273 70 41 0 33 327 54 65
Binary 1010010 1111101 10111011 111000 100001 0 11011 11010111 101100 110101

Color Harmonies of #527DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DBB

Black with #527DBB

Text Example


Text Example

White with #527DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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