Html Css Color HEX #5E82BE Havelock Blue

📋 copy color: '#5E82BE'

red 94 ◦ green 130 ◦ blue 190

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

Shades of Havelock Blue #5E82BE

Tints of Havelock Blue #5E82BE

RGB

 RED value IS 94 (37.11% from 255) = 22.71%

 GREEN value IS 130 (51.17% from 255) = 31.4%

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

R = 22.71%
G = 31.4%
B = 45.89%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E82BE (or 0x5E82BE) is known color: Havelock Blue. HEX triplet: 5E, 82 and BE. RGB value is (94,130,190). Sum of RGB (Red+Green+Blue) = 94+130+190=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E82BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E82BE is #A17D41. Grayscale: #7D7D7D. Windows color (decimal): -10583362 or 12485214. OLE color: 12485214.

HSL color Cylindrical-coordinate representation of color #5E82BE: hue angle of 217.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E82BE is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 130 190 -
CMYK 0.51 0.32 0 0.25
HSL 217.5º 0.42% 0.56% -
HSV(B) 217.5º 0.51% 0.75% -
XYZ 21.89 22.06 51.82 -
YUV 126.08 164.07 105.12 -
System Red Green Blue C M Y K H S L
Decimal 94 130 190 0.51 0.32 0 0.25 217.5 0.42 0.56
Hex 5E 82 BE 33 20 0 19 DA 2A 38
Octal 136 202 276 63 40 0 31 332 52 70
Binary 1011110 10000010 10111110 110011 100000 0 11001 11011010 101010 111000

Color Harmonies of #5E82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E82BE

Black with #5E82BE

Text Example


Text Example

White with #5E82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E82BE; }

 p { color: rgb(94,130,190); }

 H1.HeaderClassName
 {
   color: #5E82BE;
 }
 .AnyTagClassName
 {
   color: #5E82BE;
 }
</style>

background-color css

<style>
 a { background-color: #5E82BE; }

 a { background-color: rgb(94,130,190); }

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

border-color css

<style>
 span { border-color: #5E82BE; }

 span { border-color: rgb(94,130,190); }

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