Html Css Color HEX #527DB6 Havelock Blue

📋 copy color: '#527DB6'

red 82 ◦ green 125 ◦ blue 182

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

Shades of Havelock Blue #527DB6

Tints of Havelock Blue #527DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.79%

R = 21.08%
G = 32.13%
B = 46.79%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#527DB6 (or 0x527DB6) is known color: Havelock Blue. HEX triplet: 52, 7D and B6. RGB value is (82,125,182). Sum of RGB (Red+Green+Blue) = 82+125+182=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #527DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DB6 is #AD8249. Grayscale: #767676. Windows color (decimal): -11371082 or 11959634. OLE color: 11959634.

HSL color Cylindrical-coordinate representation of color #527DB6: hue angle of 214.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #527DB6 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 125 182 -
CMYK 0.55 0.31 0 0.29
HSL 214.2º 0.41% 0.52% -
HSV(B) 214.2º 0.55% 0.71% -
XYZ 19.26 19.84 47.07 -
YUV 118.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 82 125 182 0.55 0.31 0 0.29 214.2 0.41 0.52
Hex 52 7D B6 37 1F 0 1D D6 29 34
Octal 122 175 266 67 37 0 35 326 51 64
Binary 1010010 1111101 10110110 110111 11111 0 11101 11010110 101001 110100

Color Harmonies of #527DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DB6

Black with #527DB6

Text Example


Text Example

White with #527DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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