Html Css Color HEX #5389C6 Havelock Blue

📋 copy color: '#5389C6'

red 83 ◦ green 137 ◦ blue 198

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

Shades of Havelock Blue #5389C6

Tints of Havelock Blue #5389C6

RGB

 RED value IS 83 (32.81% from 255) = 19.86%

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

 BLUE value IS 198 (77.73% from 255) = 47.37%

R = 19.86%
G = 32.78%
B = 47.37%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5389C6 (or 0x5389C6) is known color: Havelock Blue. HEX triplet: 53, 89 and C6. RGB value is (83,137,198). Sum of RGB (Red+Green+Blue) = 83+137+198=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #5389C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389C6 is #AC7639. Grayscale: #7F7F7F. Windows color (decimal): -11302458 or 13011283. OLE color: 13011283.

HSL color Cylindrical-coordinate representation of color #5389C6: hue angle of 211.83º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5389C6 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 137 198 -
CMYK 0.58 0.31 0 0.22
HSL 211.83º 0.5% 0.55% -
HSV(B) 211.83º 0.58% 0.78% -
XYZ 22.71 23.81 56.82 -
YUV 127.81 167.61 96.04 -
System Red Green Blue C M Y K H S L
Decimal 83 137 198 0.58 0.31 0 0.22 211.83 0.5 0.55
Hex 53 89 C6 3A 1F 0 16 D4 32 37
Octal 123 211 306 72 37 0 26 324 62 67
Binary 1010011 10001001 11000110 111010 11111 0 10110 11010100 110010 110111

Color Harmonies of #5389C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5389C6

Black with #5389C6

Text Example


Text Example

White with #5389C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5389C6; }

 p { color: rgb(83,137,198); }

 H1.HeaderClassName
 {
   color: #5389C6;
 }
 .AnyTagClassName
 {
   color: #5389C6;
 }
</style>

background-color css

<style>
 a { background-color: #5389C6; }

 a { background-color: rgb(83,137,198); }

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

border-color css

<style>
 span { border-color: #5389C6; }

 span { border-color: rgb(83,137,198); }

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