Html Css Color HEX #5383BE Havelock Blue

📋 copy color: '#5383BE'

red 83 ◦ green 131 ◦ blue 190

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

Shades of Havelock Blue #5383BE

Tints of Havelock Blue #5383BE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

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

R = 20.54%
G = 32.43%
B = 47.03%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5383BE (or 0x5383BE) is known color: Havelock Blue. HEX triplet: 53, 83 and BE. RGB value is (83,131,190). Sum of RGB (Red+Green+Blue) = 83+131+190=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #5383BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5383BE is #AC7C41. Grayscale: #7B7B7B. Windows color (decimal): -11304002 or 12485459. OLE color: 12485459.

HSL color Cylindrical-coordinate representation of color #5383BE: hue angle of 213.08º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5383BE is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 131 190 -
CMYK 0.56 0.31 0 0.25
HSL 213.08º 0.45% 0.54% -
HSV(B) 213.08º 0.56% 0.75% -
XYZ 20.98 21.79 51.82 -
YUV 123.37 165.6 99.2 -
System Red Green Blue C M Y K H S L
Decimal 83 131 190 0.56 0.31 0 0.25 213.08 0.45 0.54
Hex 53 83 BE 38 1F 0 19 D5 2D 36
Octal 123 203 276 70 37 0 31 325 55 66
Binary 1010011 10000011 10111110 111000 11111 0 11001 11010101 101101 110110

Color Harmonies of #5383BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5383BE

Black with #5383BE

Text Example


Text Example

White with #5383BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5383BE; }

 p { color: rgb(83,131,190); }

 H1.HeaderClassName
 {
   color: #5383BE;
 }
 .AnyTagClassName
 {
   color: #5383BE;
 }
</style>

background-color css

<style>
 a { background-color: #5383BE; }

 a { background-color: rgb(83,131,190); }

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

border-color css

<style>
 span { border-color: #5383BE; }

 span { border-color: rgb(83,131,190); }

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