Html Css Color HEX #5673CF Havelock Blue

📋 copy color: '#5673CF'

red 86 ◦ green 115 ◦ blue 207

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

Shades of Havelock Blue #5673CF

Tints of Havelock Blue #5673CF

RGB

 RED value IS 86 (33.98% from 255) = 21.08%

 GREEN value IS 115 (45.31% from 255) = 28.19%

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

R = 21.08%
G = 28.19%
B = 50.74%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5673CF (or 0x5673CF) is known color: Havelock Blue. HEX triplet: 56, 73 and CF. RGB value is (86,115,207). Sum of RGB (Red+Green+Blue) = 86+115+207=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #5673CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5673CF is #A98C30. Grayscale: #747474. Windows color (decimal): -11111473 or 13595478. OLE color: 13595478.

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

Color convert

RGB 86 115 207 -
CMYK 0.58 0.44 0 0.19
HSL 225.62º 0.56% 0.57% -
HSV(B) 225.62º 0.58% 0.81% -
XYZ 21.23 18.74 61.53 -
YUV 116.82 178.89 106.02 -
System Red Green Blue C M Y K H S L
Decimal 86 115 207 0.58 0.44 0 0.19 225.62 0.56 0.57
Hex 56 73 CF 3A 2C 0 13 E2 38 39
Octal 126 163 317 72 54 0 23 342 70 71
Binary 1010110 1110011 11001111 111010 101100 0 10011 11100010 111000 111001

Color Harmonies of #5673CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5673CF

Black with #5673CF

Text Example


Text Example

White with #5673CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,115,207); }

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

background-color css

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

 a { background-color: rgb(86,115,207); }

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

border-color css

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

 span { border-color: rgb(86,115,207); }

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