Html Css Color HEX #5383BC Havelock Blue

📋 copy color: '#5383BC'

red 83 ◦ green 131 ◦ blue 188

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

Shades of Havelock Blue #5383BC

Tints of Havelock Blue #5383BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 20.65%
G = 32.59%
B = 46.77%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5383BC (or 0x5383BC) is known color: Havelock Blue. HEX triplet: 53, 83 and BC. RGB value is (83,131,188). Sum of RGB (Red+Green+Blue) = 83+131+188=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #5383BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5383BC is #AC7C43. Grayscale: #7A7A7A. Windows color (decimal): -11304004 or 12354387. OLE color: 12354387.

HSL color Cylindrical-coordinate representation of color #5383BC: hue angle of 212.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5383BC is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 131 188 -
CMYK 0.56 0.30 0 0.26
HSL 212.57º 0.44% 0.53% -
HSV(B) 212.57º 0.56% 0.74% -
XYZ 20.76 21.7 50.67 -
YUV 123.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 83 131 188 0.56 0.30 0 0.26 212.57 0.44 0.53
Hex 53 83 BC 38 1E 0 1A D5 2C 35
Octal 123 203 274 70 36 0 32 325 54 65
Binary 1010011 10000011 10111100 111000 11110 0 11010 11010101 101100 110101

Color Harmonies of #5383BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5383BC

Black with #5383BC

Text Example


Text Example

White with #5383BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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