Html Css Color HEX #5275BD Havelock Blue

📋 copy color: '#5275BD'

red 82 ◦ green 117 ◦ blue 189

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

Shades of Havelock Blue #5275BD

Tints of Havelock Blue #5275BD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.15%

 BLUE value IS 189 (74.22% from 255) = 48.71%

R = 21.13%
G = 30.15%
B = 48.71%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5275BD (or 0x5275BD) is known color: Havelock Blue. HEX triplet: 52, 75 and BD. RGB value is (82,117,189). Sum of RGB (Red+Green+Blue) = 82+117+189=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #5275BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5275BD is #AD8A42. Grayscale: #727272. Windows color (decimal): -11373123 or 12416338. OLE color: 12416338.

HSL color Cylindrical-coordinate representation of color #5275BD: hue angle of 220.37º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5275BD is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 117 189 -
CMYK 0.57 0.38 0 0.26
HSL 220.37º 0.45% 0.53% -
HSV(B) 220.37º 0.57% 0.74% -
XYZ 19.03 18.19 50.65 -
YUV 114.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 82 117 189 0.57 0.38 0 0.26 220.37 0.45 0.53
Hex 52 75 BD 39 26 0 1A DC 2D 35
Octal 122 165 275 71 46 0 32 334 55 65
Binary 1010010 1110101 10111101 111001 100110 0 11010 11011100 101101 110101

Color Harmonies of #5275BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5275BD

Black with #5275BD

Text Example


Text Example

White with #5275BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5275BD; }

 p { color: rgb(82,117,189); }

 H1.HeaderClassName
 {
   color: #5275BD;
 }
 .AnyTagClassName
 {
   color: #5275BD;
 }
</style>

background-color css

<style>
 a { background-color: #5275BD; }

 a { background-color: rgb(82,117,189); }

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

border-color css

<style>
 span { border-color: #5275BD; }

 span { border-color: rgb(82,117,189); }

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