Html Css Color HEX #5285BE Havelock Blue

📋 copy color: '#5285BE'

red 82 ◦ green 133 ◦ blue 190

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

Shades of Havelock Blue #5285BE

Tints of Havelock Blue #5285BE

RGB

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

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

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

R = 20.25%
G = 32.84%
B = 46.91%

CMYK

 C value IS 0.57

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5285BE (or 0x5285BE) is known color: Havelock Blue. HEX triplet: 52, 85 and BE. RGB value is (82,133,190). Sum of RGB (Red+Green+Blue) = 82+133+190=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #5285BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5285BE is #AD7A41. Grayscale: #7B7B7B. Windows color (decimal): -11369026 or 12485970. OLE color: 12485970.

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

Color convert

RGB 82 133 190 -
CMYK 0.57 0.3 0 0.25
HSL 211.67º 0.45% 0.53% -
HSV(B) 211.67º 0.57% 0.75% -
XYZ 21.16 22.29 51.9 -
YUV 124.25 165.1 97.87 -
System Red Green Blue C M Y K H S L
Decimal 82 133 190 0.57 0.3 0 0.25 211.67 0.45 0.53
Hex 52 85 BE 39 1E 0 19 D4 2D 35
Octal 122 205 276 71 36 0 31 324 55 65
Binary 1010010 10000101 10111110 111001 11110 0 11001 11010100 101101 110101

Color Harmonies of #5285BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5285BE

Black with #5285BE

Text Example


Text Example

White with #5285BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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