Html Css Color HEX #5089C1 Havelock Blue

📋 copy color: '#5089C1'

red 80 ◦ green 137 ◦ blue 193

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

Shades of Havelock Blue #5089C1

Tints of Havelock Blue #5089C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.07%

R = 19.51%
G = 33.41%
B = 47.07%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5089C1 (or 0x5089C1) is known color: Havelock Blue. HEX triplet: 50, 89 and C1. RGB value is (80,137,193). Sum of RGB (Red+Green+Blue) = 80+137+193=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #5089C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5089C1 is #AF763E. Grayscale: #7E7E7E. Windows color (decimal): -11499071 or 12683600. OLE color: 12683600.

HSL color Cylindrical-coordinate representation of color #5089C1: hue angle of 209.73º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5089C1 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 137 193 -
CMYK 0.59 0.29 0 0.24
HSL 209.73º 0.48% 0.54% -
HSV(B) 209.73º 0.59% 0.76% -
XYZ 21.88 23.45 53.82 -
YUV 126.34 165.62 94.95 -
System Red Green Blue C M Y K H S L
Decimal 80 137 193 0.59 0.29 0 0.24 209.73 0.48 0.54
Hex 50 89 C1 3B 1D 0 18 D2 30 36
Octal 120 211 301 73 35 0 30 322 60 66
Binary 1010000 10001001 11000001 111011 11101 0 11000 11010010 110000 110110

Color Harmonies of #5089C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5089C1

Black with #5089C1

Text Example


Text Example

White with #5089C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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