Html Css Color HEX #5189CB Havelock Blue

📋 copy color: '#5189CB'

red 81 ◦ green 137 ◦ blue 203

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

Shades of Havelock Blue #5189CB

Tints of Havelock Blue #5189CB

RGB

 RED value IS 81 (32.03% from 255) = 19.24%

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

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 19.24%
G = 32.54%
B = 48.22%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5189CB (or 0x5189CB) is known color: Havelock Blue. HEX triplet: 51, 89 and CB. RGB value is (81,137,203). Sum of RGB (Red+Green+Blue) = 81+137+203=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #5189CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5189CB is #AE7634. Grayscale: #7F7F7F. Windows color (decimal): -11433525 or 13338961. OLE color: 13338961.

HSL color Cylindrical-coordinate representation of color #5189CB: hue angle of 212.46º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5189CB is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 137 203 -
CMYK 0.60 0.33 0 0.20
HSL 212.46º 0.54% 0.56% -
HSV(B) 212.46º 0.6% 0.8% -
XYZ 23.12 23.95 59.9 -
YUV 127.78 170.45 94.63 -
System Red Green Blue C M Y K H S L
Decimal 81 137 203 0.60 0.33 0 0.20 212.46 0.54 0.56
Hex 51 89 CB 3C 21 0 14 D4 36 38
Octal 121 211 313 74 41 0 24 324 66 70
Binary 1010001 10001001 11001011 111100 100001 0 10100 11010100 110110 111000

Color Harmonies of #5189CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5189CB

Black with #5189CB

Text Example


Text Example

White with #5189CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5189CB; }

 p { color: rgb(81,137,203); }

 H1.HeaderClassName
 {
   color: #5189CB;
 }
 .AnyTagClassName
 {
   color: #5189CB;
 }
</style>

background-color css

<style>
 a { background-color: #5189CB; }

 a { background-color: rgb(81,137,203); }

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

border-color css

<style>
 span { border-color: #5189CB; }

 span { border-color: rgb(81,137,203); }

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