Html Css Color HEX #5089CE Havelock Blue

📋 copy color: '#5089CE'

red 80 ◦ green 137 ◦ blue 206

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

Shades of Havelock Blue #5089CE

Tints of Havelock Blue #5089CE

RGB

 RED value IS 80 (31.64% from 255) = 18.91%

 GREEN value IS 137 (53.91% from 255) = 32.39%

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 18.91%
G = 32.39%
B = 48.7%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5089CE (or 0x5089CE) is known color: Havelock Blue. HEX triplet: 50, 89 and CE. RGB value is (80,137,206). Sum of RGB (Red+Green+Blue) = 80+137+206=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #5089CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5089CE is #AF7631. Grayscale: #7F7F7F. Windows color (decimal): -11499058 or 13535568. OLE color: 13535568.

HSL color Cylindrical-coordinate representation of color #5089CE: hue angle of 212.86º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5089CE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 137 206 -
CMYK 0.61 0.33 0 0.19
HSL 212.86º 0.56% 0.56% -
HSV(B) 212.86º 0.61% 0.81% -
XYZ 23.39 24.05 61.8 -
YUV 127.82 172.12 93.89 -
System Red Green Blue C M Y K H S L
Decimal 80 137 206 0.61 0.33 0 0.19 212.86 0.56 0.56
Hex 50 89 CE 3D 21 0 13 D5 38 38
Octal 120 211 316 75 41 0 23 325 70 70
Binary 1010000 10001001 11001110 111101 100001 0 10011 11010101 111000 111000

Color Harmonies of #5089CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5089CE

Black with #5089CE

Text Example


Text Example

White with #5089CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5089CE; }

 p { color: rgb(80,137,206); }

 H1.HeaderClassName
 {
   color: #5089CE;
 }
 .AnyTagClassName
 {
   color: #5089CE;
 }
</style>

background-color css

<style>
 a { background-color: #5089CE; }

 a { background-color: rgb(80,137,206); }

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

border-color css

<style>
 span { border-color: #5089CE; }

 span { border-color: rgb(80,137,206); }

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