Html Css Color HEX #5386CF Havelock Blue

📋 copy color: '#5386CF'

red 83 ◦ green 134 ◦ blue 207

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

Shades of Havelock Blue #5386CF

Tints of Havelock Blue #5386CF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.6%

 BLUE value IS 207 (81.25% from 255) = 48.82%

R = 19.58%
G = 31.6%
B = 48.82%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5386CF (or 0x5386CF) is known color: Havelock Blue. HEX triplet: 53, 86 and CF. RGB value is (83,134,207). Sum of RGB (Red+Green+Blue) = 83+134+207=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #5386CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5386CF is #AC7930. Grayscale: #7E7E7E. Windows color (decimal): -11303217 or 13600339. OLE color: 13600339.

HSL color Cylindrical-coordinate representation of color #5386CF: hue angle of 215.32º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5386CF is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 134 207 -
CMYK 0.60 0.35 0 0.19
HSL 215.32º 0.56% 0.57% -
HSV(B) 215.32º 0.6% 0.81% -
XYZ 23.35 23.39 62.32 -
YUV 127.07 173.1 96.56 -
System Red Green Blue C M Y K H S L
Decimal 83 134 207 0.60 0.35 0 0.19 215.32 0.56 0.57
Hex 53 86 CF 3C 23 0 13 D7 38 39
Octal 123 206 317 74 43 0 23 327 70 71
Binary 1010011 10000110 11001111 111100 100011 0 10011 11010111 111000 111001

Color Harmonies of #5386CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5386CF

Black with #5386CF

Text Example


Text Example

White with #5386CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5386CF; }

 p { color: rgb(83,134,207); }

 H1.HeaderClassName
 {
   color: #5386CF;
 }
 .AnyTagClassName
 {
   color: #5386CF;
 }
</style>

background-color css

<style>
 a { background-color: #5386CF; }

 a { background-color: rgb(83,134,207); }

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

border-color css

<style>
 span { border-color: #5386CF; }

 span { border-color: rgb(83,134,207); }

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