Html Css Color HEX #5285BD Havelock Blue

📋 copy color: '#5285BD'

red 82 ◦ green 133 ◦ blue 189

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

Shades of Havelock Blue #5285BD

Tints of Havelock Blue #5285BD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

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

R = 20.3%
G = 32.92%
B = 46.78%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5285BD (or 0x5285BD) is known color: Havelock Blue. HEX triplet: 52, 85 and BD. RGB value is (82,133,189). Sum of RGB (Red+Green+Blue) = 82+133+189=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #5285BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5285BD is #AD7A42. Grayscale: #7B7B7B. Windows color (decimal): -11369027 or 12420434. OLE color: 12420434.

HSL color Cylindrical-coordinate representation of color #5285BD: hue angle of 211.4º 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 #5285BD is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 133 189 -
CMYK 0.57 0.30 0 0.26
HSL 211.4º 0.45% 0.53% -
HSV(B) 211.4º 0.57% 0.74% -
XYZ 21.05 22.24 51.33 -
YUV 124.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 82 133 189 0.57 0.30 0 0.26 211.4 0.45 0.53
Hex 52 85 BD 39 1E 0 1A D3 2D 35
Octal 122 205 275 71 36 0 32 323 55 65
Binary 1010010 10000101 10111101 111001 11110 0 11010 11010011 101101 110101

Color Harmonies of #5285BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5285BD

Black with #5285BD

Text Example


Text Example

White with #5285BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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