Html Css Color HEX #527DBE Havelock Blue

📋 copy color: '#527DBE'

red 82 ◦ green 125 ◦ blue 190

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

Shades of Havelock Blue #527DBE

Tints of Havelock Blue #527DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 20.65%
G = 31.49%
B = 47.86%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#527DBE (or 0x527DBE) is known color: Havelock Blue. HEX triplet: 52, 7D and BE. RGB value is (82,125,190). Sum of RGB (Red+Green+Blue) = 82+125+190=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #527DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DBE is #AD8241. Grayscale: #777777. Windows color (decimal): -11371074 or 12483922. OLE color: 12483922.

HSL color Cylindrical-coordinate representation of color #527DBE: hue angle of 216.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #527DBE is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 125 190 -
CMYK 0.57 0.34 0 0.25
HSL 216.11º 0.45% 0.53% -
HSV(B) 216.11º 0.57% 0.75% -
XYZ 20.11 20.18 51.55 -
YUV 119.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 82 125 190 0.57 0.34 0 0.25 216.11 0.45 0.53
Hex 52 7D BE 39 22 0 19 D8 2D 35
Octal 122 175 276 71 42 0 31 330 55 65
Binary 1010010 1111101 10111110 111001 100010 0 11001 11011000 101101 110101

Color Harmonies of #527DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DBE

Black with #527DBE

Text Example


Text Example

White with #527DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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