Html Css Color HEX #5385BF Havelock Blue

📋 copy color: '#5385BF'

red 83 ◦ green 133 ◦ blue 191

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

Shades of Havelock Blue #5385BF

Tints of Havelock Blue #5385BF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.68%

 BLUE value IS 191 (75% from 255) = 46.93%

R = 20.39%
G = 32.68%
B = 46.93%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5385BF (or 0x5385BF) is known color: Havelock Blue. HEX triplet: 53, 85 and BF. RGB value is (83,133,191). Sum of RGB (Red+Green+Blue) = 83+133+191=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #5385BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5385BF is #AC7A40. Grayscale: #7C7C7C. Windows color (decimal): -11303489 or 12551507. OLE color: 12551507.

HSL color Cylindrical-coordinate representation of color #5385BF: hue angle of 212.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5385BF is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 133 191 -
CMYK 0.57 0.30 0 0.25
HSL 212.22º 0.46% 0.54% -
HSV(B) 212.22º 0.57% 0.75% -
XYZ 21.36 22.38 52.48 -
YUV 124.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 83 133 191 0.57 0.30 0 0.25 212.22 0.46 0.54
Hex 53 85 BF 39 1E 0 19 D4 2E 36
Octal 123 205 277 71 36 0 31 324 56 66
Binary 1010011 10000101 10111111 111001 11110 0 11001 11010100 101110 110110

Color Harmonies of #5385BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5385BF

Black with #5385BF

Text Example


Text Example

White with #5385BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5385BF; }

 p { color: rgb(83,133,191); }

 H1.HeaderClassName
 {
   color: #5385BF;
 }
 .AnyTagClassName
 {
   color: #5385BF;
 }
</style>

background-color css

<style>
 a { background-color: #5385BF; }

 a { background-color: rgb(83,133,191); }

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

border-color css

<style>
 span { border-color: #5385BF; }

 span { border-color: rgb(83,133,191); }

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